Interface CreateDataTableResponse.Builder

  • Method Details

    • id

      The unique identifier for the created data table. Does not include the version alias.

      Parameters:
      id - The unique identifier for the created data table. Does not include the version alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) for the created data table. Does not include the version alias.

      Parameters:
      arn - The Amazon Resource Name (ARN) for the created data table. Does not include the version alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lockVersion

      The lock version information for the created data table, used for optimistic locking and table versioning.

      Parameters:
      lockVersion - The lock version information for the created data table, used for optimistic locking and table versioning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lockVersion

      The lock version information for the created data table, used for optimistic locking and table versioning.

      This is a convenience method that creates an instance of the DataTableLockVersion.Builder avoiding the need to create one manually via DataTableLockVersion.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lockVersion(DataTableLockVersion).

      Parameters:
      lockVersion - a consumer that will call methods on DataTableLockVersion.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: