Interface GetTableBucketResponse.Builder

    • Method Detail

      • arn

        GetTableBucketResponse.Builder arn​(String 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

        GetTableBucketResponse.Builder name​(String 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

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

        GetTableBucketResponse.Builder createdAt​(Instant createdAt)

        The date and time the table bucket was created.

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