Interface DescribeInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<DescribeInstanceResponse.Builder,DescribeInstanceResponse>,SdkBuilder<DescribeInstanceResponse.Builder,DescribeInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeInstanceResponse
public static interface DescribeInstanceResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstanceResponse.Builder,DescribeInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeInstanceResponse.Builderinstance(Consumer<Instance.Builder> instance)The name of the instance.DescribeInstanceResponse.Builderinstance(Instance instance)The name of the instance.default DescribeInstanceResponse.BuilderreplicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)Status information about the replication process.DescribeInstanceResponse.BuilderreplicationConfiguration(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instance
DescribeInstanceResponse.Builder instance(Instance 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
default DescribeInstanceResponse.Builder instance(Consumer<Instance.Builder> 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:
instance(Instance)
-
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.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:
replicationConfiguration(ReplicationConfiguration)
-
-