Interface DescribeInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<DescribeInstanceResponse.Builder,,DescribeInstanceResponse> SdkBuilder<DescribeInstanceResponse.Builder,,DescribeInstanceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeInstanceResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeInstanceResponse.Builderinstance(Consumer<Instance.Builder> instance) The name of the instance.The name of the instance.default DescribeInstanceResponse.BuilderreplicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration) Status information about the replication process.replicationConfiguration(ReplicationConfiguration replicationConfiguration) Status information about the replication process.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
instance
The name of the instance.
- Parameters:
instance- The name of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instance
The name of the instance.
This is a convenience method that creates an instance of theInstance.Builderavoiding the need to create one manually viaInstance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinstance(Instance).- Parameters:
instance- a consumer that will call methods onInstance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationConfiguration
DescribeInstanceResponse.Builder replicationConfiguration(ReplicationConfiguration replicationConfiguration) Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Connect Customer instance across Amazon Web Services Regions. For information about replicating Connect Customer instances, see Create a replica of your existing Connect Customer instance in the Connect Customer Administrator Guide.
- Parameters:
replicationConfiguration- Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Connect Customer instance across Amazon Web Services Regions. For information about replicating Connect Customer instances, see Create a replica of your existing Connect Customer instance in the Connect Customer Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationConfiguration
default DescribeInstanceResponse.Builder replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration) Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Connect Customer instance across Amazon Web Services Regions. For information about replicating Connect Customer instances, see Create a replica of your existing Connect Customer instance in the Connect Customer Administrator Guide.
This is a convenience method that creates an instance of theReplicationConfiguration.Builderavoiding the need to create one manually viaReplicationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicationConfiguration(ReplicationConfiguration).- Parameters:
replicationConfiguration- a consumer that will call methods onReplicationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-