Interface ReplicateInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<ReplicateInstanceResponse.Builder,
,ReplicateInstanceResponse> SdkBuilder<ReplicateInstanceResponse.Builder,
,ReplicateInstanceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ReplicateInstanceResponse
@Mutable
@NotThreadSafe
public static interface ReplicateInstanceResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ReplicateInstanceResponse.Builder,ReplicateInstanceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the replicated instance.The identifier of the replicated instance.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The identifier of the replicated instance. You can find the
instanceId
in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.- Parameters:
id
- The identifier of the replicated instance. You can find theinstanceId
in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the replicated instance.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the replicated instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-