public static interface ReplicateInstanceResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ReplicateInstanceResponse.Builder,ReplicateInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
ReplicateInstanceResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the replicated instance.
|
ReplicateInstanceResponse.Builder |
id(String id)
The identifier of the replicated instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicateInstanceResponse.Builder id(String 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.
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.ReplicateInstanceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the replicated instance.
arn - The Amazon Resource Name (ARN) of the replicated instance.Copyright © 2023. All rights reserved.