Interface CreateConfiguredTableAssociationRequest.Builder

    • Method Detail

      • name

        CreateConfiguredTableAssociationRequest.Builder name​(String name)

        The name of the configured table association. This name is used to query the underlying configured table.

        Parameters:
        name - The name of the configured table association. This name is used to query the underlying configured table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateConfiguredTableAssociationRequest.Builder description​(String description)

        A description for the configured table association.

        Parameters:
        description - A description for the configured table association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • membershipIdentifier

        CreateConfiguredTableAssociationRequest.Builder membershipIdentifier​(String membershipIdentifier)

        A unique identifier for one of your memberships for a collaboration. The configured table is associated to the collaboration that this membership belongs to. Currently accepts a membership ID.

        Parameters:
        membershipIdentifier - A unique identifier for one of your memberships for a collaboration. The configured table is associated to the collaboration that this membership belongs to. Currently accepts a membership ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuredTableIdentifier

        CreateConfiguredTableAssociationRequest.Builder configuredTableIdentifier​(String configuredTableIdentifier)

        A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.

        Parameters:
        configuredTableIdentifier - A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        CreateConfiguredTableAssociationRequest.Builder roleArn​(String roleArn)

        The service will assume this role to access catalog metadata and query the table.

        Parameters:
        roleArn - The service will assume this role to access catalog metadata and query the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateConfiguredTableAssociationRequest.Builder tags​(Map<String,​String> tags)

        An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

        Parameters:
        tags - An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.