RosClientInstanceAttachmentProps
Properties for defining a RosClientInstanceAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-clientinstanceattachment
Initializer
import com.aliyun.ros.cdk.eais.RosClientInstanceAttachmentProps;
RosClientInstanceAttachmentProps.builder()
.clientInstanceId(java.lang.String)
.clientInstanceId(IResolvable)
.instanceId(java.lang.String)
.instanceId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
clientInstanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
instanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
clientInstanceId
Required
public java.lang.Object getClientInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
instanceId
Required
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable