Interface ReplicateInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ReplicateInstanceResponse.Builder,,ReplicateInstanceResponse> SdkBuilder<ReplicateInstanceResponse.Builder,,ReplicateInstanceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ReplicateInstanceResponse
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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The identifier of the replicated instance. You can find the
instanceIdin 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 theinstanceIdin 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.
-