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.Builder
instance
(Consumer<Instance.Builder> instance) The name of the instance.The name of the instance.default DescribeInstanceResponse.Builder
replicationConfiguration
(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, 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 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.Builder
avoiding the need to create one manually viaInstance.builder()
.When the
Consumer
completes,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 Amazon Connect instance across Amazon Web Services Regions. For information about replicating Amazon Connect instances, see Create a replica of your existing Amazon Connect instance in the Amazon Connect 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 Amazon Connect instance across Amazon Web Services Regions. For information about replicating Amazon Connect instances, see Create a replica of your existing Amazon Connect instance in the Amazon Connect 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 Amazon Connect instance across Amazon Web Services Regions. For information about replicating Amazon Connect instances, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.
This is a convenience method that creates an instance of theReplicationConfiguration.Builder
avoiding the need to create one manually viaReplicationConfiguration.builder()
.When the
Consumer
completes,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:
-