Interface KeySchemaElement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KeySchemaElement.Builder,KeySchemaElement>,SdkBuilder<KeySchemaElement.Builder,KeySchemaElement>,SdkPojo
- Enclosing class:
- KeySchemaElement
public static interface KeySchemaElement.Builder extends SdkPojo, CopyableBuilder<KeySchemaElement.Builder,KeySchemaElement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeySchemaElement.Buildername(String name)The name of a partition key.KeySchemaElement.Buildertype(String type)The type of a partition key.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
KeySchemaElement.Builder name(String name)
The name of a partition key.
- Parameters:
name- The name of a partition key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
KeySchemaElement.Builder type(String type)
The type of a partition key.
- Parameters:
type- The type of a partition key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-