Interface BatchPutLimitEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchPutLimitEntry.Builder,,BatchPutLimitEntry> SdkBuilder<BatchPutLimitEntry.Builder,,BatchPutLimitEntry> SdkPojo
- Enclosing class:
BatchPutLimitEntry
@Mutable
@NotThreadSafe
public static interface BatchPutLimitEntry.Builder
extends SdkPojo, CopyableBuilder<BatchPutLimitEntry.Builder,BatchPutLimitEntry>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Optional human-readable description for this limit.dimensionKeys(String... dimensionKeys) Sets the value of the DimensionKeys property for this object.dimensionKeys(Collection<String> dimensionKeys) Sets the value of the DimensionKeys property for this object.entries(Collection<LimitEntry> entries) Sets the value of the Entries property for this object.entries(Consumer<LimitEntry.Builder>... entries) Sets the value of the Entries property for this object.entries(LimitEntry... entries) Sets the value of the Entries property for this object.rateLimitId(String rateLimitId) Optional — if provided, used for upsert matching against existing limits.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
rateLimitId
Optional — if provided, used for upsert matching against existing limits.
- Parameters:
rateLimitId- Optional — if provided, used for upsert matching against existing limits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Optional human-readable description for this limit.
- Parameters:
description- Optional human-readable description for this limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensionKeys
Sets the value of the DimensionKeys property for this object.- Parameters:
dimensionKeys- The new value for the DimensionKeys property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensionKeys
Sets the value of the DimensionKeys property for this object.- Parameters:
dimensionKeys- The new value for the DimensionKeys property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
Sets the value of the Entries property for this object.- Parameters:
entries- The new value for the Entries property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
Sets the value of the Entries property for this object.- Parameters:
entries- The new value for the Entries property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
Sets the value of the Entries property for this object. This is a convenience method that creates an instance of theLimitEntry.Builderavoiding the need to create one manually viaLimitEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentries(List<LimitEntry>).- Parameters:
entries- a consumer that will call methods onLimitEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-