RosServicesProps
Properties for defining a RosServices
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fc-services
Initializer
import com.aliyun.ros.cdk.fc.datasource.RosServicesProps;
RosServicesProps.builder()
// .prefix(java.lang.String)
// .prefix(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
prefix |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
prefix
Optional
public java.lang.Object getPrefix();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable