Interface PutItemInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PutItemInput.Builder,PutItemInput>, SdkBuilder<PutItemInput.Builder,PutItemInput>, SdkPojo
Enclosing class:
PutItemInput

public static interface PutItemInput.Builder extends SdkPojo, CopyableBuilder<PutItemInput.Builder,PutItemInput>
  • Method Details

    • tableName

      PutItemInput.Builder tableName(String tableName)

      The table where the message data will be written.

      Parameters:
      tableName - The table where the message data will be written.
      Returns:
      Returns a reference to this object so that method calls can be chained together.