Interface ReplicaSpecificationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicaSpecificationSummary.Builder,ReplicaSpecificationSummary>,SdkBuilder<ReplicaSpecificationSummary.Builder,ReplicaSpecificationSummary>,SdkPojo
- Enclosing class:
- ReplicaSpecificationSummary
public static interface ReplicaSpecificationSummary.Builder extends SdkPojo, CopyableBuilder<ReplicaSpecificationSummary.Builder,ReplicaSpecificationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ReplicaSpecificationSummary.BuildercapacitySpecification(Consumer<CapacitySpecificationSummary.Builder> capacitySpecification)Sets the value of the CapacitySpecification property for this object.ReplicaSpecificationSummary.BuildercapacitySpecification(CapacitySpecificationSummary capacitySpecification)Sets the value of the CapacitySpecification property for this object.ReplicaSpecificationSummary.Builderregion(String region)The Amazon Web Services Region.ReplicaSpecificationSummary.Builderstatus(String status)The status of the multi-Region table in the specified Amazon Web Services Region.ReplicaSpecificationSummary.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
region
ReplicaSpecificationSummary.Builder region(String 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
ReplicaSpecificationSummary.Builder status(String 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:
TableStatus,TableStatus
-
status
ReplicaSpecificationSummary.Builder status(TableStatus 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:
TableStatus,TableStatus
-
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.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 onCapacitySpecificationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
capacitySpecification(CapacitySpecificationSummary)
-
-