Interface StoredQueryMetadata.Builder

    • Method Detail

      • queryId

        StoredQueryMetadata.Builder queryId​(String queryId)

        The ID of the query.

        Parameters:
        queryId - The ID of the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryArn

        StoredQueryMetadata.Builder queryArn​(String queryArn)

        Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

        Parameters:
        queryArn - Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryName

        StoredQueryMetadata.Builder queryName​(String queryName)

        The name of the query.

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

        StoredQueryMetadata.Builder description​(String description)

        A unique description for the query.

        Parameters:
        description - A unique description for the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.