Interface TableBucketSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the table bucket.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the table bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the table bucket.

      Parameters:
      name - The name of the table bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAccountId

      TableBucketSummary.Builder ownerAccountId(String ownerAccountId)

      The ID of the account that owns the table bucket.

      Parameters:
      ownerAccountId - The ID of the account that owns the table bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      TableBucketSummary.Builder createdAt(Instant createdAt)

      The date and time the table bucket was created at.

      Parameters:
      createdAt - The date and time the table bucket was created at.
      Returns:
      Returns a reference to this object so that method calls can be chained together.