Interface GetTableResponse.Builder

    • Method Detail

      • name

        GetTableResponse.Builder name​(String name)

        The name of the table.

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

        GetTableResponse.Builder type​(String type)

        The type of the table.

        Parameters:
        type - The type of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableType, TableType
      • tableARN

        GetTableResponse.Builder tableARN​(String tableARN)

        The Amazon Resource Name (ARN) of the table.

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

        GetTableResponse.Builder namespace​(Collection<String> namespace)

        The namespace associated with the table.

        Parameters:
        namespace - The namespace associated with the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespace

        GetTableResponse.Builder namespace​(String... namespace)

        The namespace associated with the table.

        Parameters:
        namespace - The namespace associated with the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionToken

        GetTableResponse.Builder versionToken​(String versionToken)

        The version token of the table.

        Parameters:
        versionToken - The version token of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metadataLocation

        GetTableResponse.Builder metadataLocation​(String metadataLocation)

        The metadata location of the table.

        Parameters:
        metadataLocation - The metadata location of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warehouseLocation

        GetTableResponse.Builder warehouseLocation​(String warehouseLocation)

        The warehouse location of the table.

        Parameters:
        warehouseLocation - The warehouse location of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetTableResponse.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.
      • createdBy

        GetTableResponse.Builder createdBy​(String createdBy)

        The ID of the account that created the table.

        Parameters:
        createdBy - The ID of the account that created the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managedByService

        GetTableResponse.Builder managedByService​(String managedByService)

        The service that manages the table.

        Parameters:
        managedByService - The service that manages the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        GetTableResponse.Builder modifiedAt​(Instant modifiedAt)

        The date and time the table was last modified on.

        Parameters:
        modifiedAt - The date and time the table was last modified on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedBy

        GetTableResponse.Builder modifiedBy​(String modifiedBy)

        The ID of the account that last modified the table.

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

        GetTableResponse.Builder ownerAccountId​(String ownerAccountId)

        The ID of the account that owns the table.

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