public static interface AttributeOperation.Builder extends SdkPojo, CopyableBuilder<AttributeOperation.Builder,AttributeOperation>
| Modifier and Type | Method and Description |
|---|---|
AttributeOperation.Builder |
attributePath(String attributePath)
A string representation of the path to a given attribute or sub-attribute.
|
AttributeOperation.Builder |
attributeValue(Document attributeValue)
The value of the attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeOperation.Builder attributePath(String attributePath)
A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
attributePath - A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.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 AWS CLI.
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 AWS CLI.Copyright © 2022. All rights reserved.