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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
regionThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
capacitySpecificationReplicaSpecificationSummary.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.
 
- 
capacitySpecificationdefault 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.Builderavoiding the need to create one manually viaCapacitySpecificationSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocapacitySpecification(CapacitySpecificationSummary).- Parameters:
- capacitySpecification- a consumer that will call methods on- CapacitySpecificationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-