Interface Limits.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Limits.Builder,Limits>,SdkBuilder<Limits.Builder,Limits>,SdkPojo
- Enclosing class:
- Limits
public static interface Limits.Builder extends SdkPojo, CopyableBuilder<Limits.Builder,Limits>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Limits.BuildermaximumPartitionCount(Integer maximumPartitionCount)Sets the value of the MaximumPartitionCount property for this object.Limits.BuildermaximumReplicationCount(Integer maximumReplicationCount)Sets the value of the MaximumReplicationCount property for this object.-
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
-
maximumReplicationCount
Limits.Builder maximumReplicationCount(Integer maximumReplicationCount)
Sets the value of the MaximumReplicationCount property for this object.- Parameters:
maximumReplicationCount- The new value for the MaximumReplicationCount property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumPartitionCount
Limits.Builder maximumPartitionCount(Integer maximumPartitionCount)
Sets the value of the MaximumPartitionCount property for this object.- Parameters:
maximumPartitionCount- The new value for the MaximumPartitionCount property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-