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 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.