Interface Limits.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Limits.Builder,
,Limits> SdkBuilder<Limits.Builder,
,Limits> SdkPojo
- Enclosing class:
Limits
-
Method Summary
Modifier and TypeMethodDescriptionmaximumPartitionCount
(Integer maximumPartitionCount) Sets the value of the MaximumPartitionCount property for this object.maximumReplicationCount
(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 Details
-
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
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.
-