Interface AttributeOperation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AttributeOperation.Builder,AttributeOperation>, SdkBuilder<AttributeOperation.Builder,AttributeOperation>, SdkPojo
Enclosing class:
AttributeOperation

public static interface AttributeOperation.Builder extends SdkPojo, CopyableBuilder<AttributeOperation.Builder,AttributeOperation>
  • Method Details

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