RosServiceProps
Properties for defining a RosService
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-service
Initializer
import com.aliyun.ros.cdk.apig.RosServiceProps;
RosServiceProps.builder()
.addresses(IResolvable)
.addresses(java.util.List<java.lang.String)
.addresses(IResolvable>)
.gatewayId(java.lang.String)
.gatewayId(IResolvable)
.serviceName(java.lang.String)
.serviceName(IResolvable)
.sourceType(java.lang.String)
.sourceType(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
addresses |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
gatewayId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
serviceName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
sourceType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
addresses
Required
public java.lang.Object getAddresses();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
gatewayId
Required
public java.lang.Object getGatewayId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
serviceName
Required
public java.lang.Object getServiceName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
sourceType
Required
public java.lang.Object getSourceType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable