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
Modifier and TypeMethodDescriptionThe name of a partition key.The type of a partition key.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
- 
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
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.
 
 
 -