Interface ReplicaSpecificationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicaSpecificationSummary.Builder,
,ReplicaSpecificationSummary> SdkBuilder<ReplicaSpecificationSummary.Builder,
,ReplicaSpecificationSummary> SdkPojo
- Enclosing class:
ReplicaSpecificationSummary
@Mutable
@NotThreadSafe
public static interface ReplicaSpecificationSummary.Builder
extends SdkPojo, CopyableBuilder<ReplicaSpecificationSummary.Builder,ReplicaSpecificationSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncapacitySpecification
(Consumer<CapacitySpecificationSummary.Builder> capacitySpecification) Sets the value of the CapacitySpecification property for this object.capacitySpecification
(CapacitySpecificationSummary capacitySpecification) Sets the value of the CapacitySpecification property for this object.The Amazon Web Services Region.The status of the multi-Region table in the specified Amazon Web Services Region.status
(TableStatus status) The status of the multi-Region table in the specified Amazon Web Services Region.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
-
Method Details
-
region
The Amazon Web Services Region.
- Parameters:
region
- The Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the multi-Region table in the specified Amazon Web Services Region.
- Parameters:
status
- The status of the multi-Region table in the specified Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the multi-Region table in the specified Amazon Web Services Region.
- Parameters:
status
- The status of the multi-Region table in the specified Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capacitySpecification
ReplicaSpecificationSummary.Builder capacitySpecification(CapacitySpecificationSummary capacitySpecification) Sets the value of the CapacitySpecification property for this object.- Parameters:
capacitySpecification
- The new value for the CapacitySpecification property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacitySpecification
default ReplicaSpecificationSummary.Builder capacitySpecification(Consumer<CapacitySpecificationSummary.Builder> capacitySpecification) Sets the value of the CapacitySpecification property for this object. This is a convenience method that creates an instance of theCapacitySpecificationSummary.Builder
avoiding the need to create one manually viaCapacitySpecificationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocapacitySpecification(CapacitySpecificationSummary)
.- Parameters:
capacitySpecification
- a consumer that will call methods onCapacitySpecificationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-