Interface AttributeOperation.Builder

    • Method Detail

      • attributePath

        AttributeOperation.Builder attributePath​(String attributePath)

        A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.

        Parameters:
        attributePath - A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeValue

        AttributeOperation.Builder attributeValue​(Document attributeValue)

        The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the CLI.

        Parameters:
        attributeValue - The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the CLI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.