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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicateInstanceResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the replicated instance.ReplicateInstanceResponse.Builderid(String id)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
ReplicateInstanceResponse.Builder id(String 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
ReplicateInstanceResponse.Builder arn(String 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.
-
-