Interface TimestreamDestination.Builder

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

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

    • databaseName

      TimestreamDestination.Builder databaseName(String databaseName)

      Timestream database name.

      Parameters:
      databaseName - Timestream database name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableName

      TimestreamDestination.Builder tableName(String tableName)

      Timestream table name.

      Parameters:
      tableName - Timestream table name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.