Interface UpdateTableMetadataLocationResponse.Builder

    • Method Detail

      • tableARN

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

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

        The namespace the table is associated with.

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

        UpdateTableMetadataLocationResponse.Builder namespace​(String... namespace)

        The namespace the table is associated with.

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

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

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