Interface Partition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Partition.Builder,Partition>,SdkBuilder<Partition.Builder,Partition>,SdkPojo
- Enclosing class:
- Partition
public static interface Partition.Builder extends SdkPojo, CopyableBuilder<Partition.Builder,Partition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Partition.BuilderattributeName(String attributeName)The name of the attribute that defines a partition dimension.-
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
-
attributeName
Partition.Builder attributeName(String attributeName)
The name of the attribute that defines a partition dimension.
- Parameters:
attributeName- The name of the attribute that defines a partition dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-