Interface AttributeOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttributeOperation.Builder,
,AttributeOperation> SdkBuilder<AttributeOperation.Builder,
,AttributeOperation> SdkPojo
- Enclosing class:
AttributeOperation
@Mutable
@NotThreadSafe
public static interface AttributeOperation.Builder
extends SdkPojo, CopyableBuilder<AttributeOperation.Builder,AttributeOperation>
-
Method Summary
Modifier and TypeMethodDescriptionattributePath
(String attributePath) A string representation of the path to a given attribute or sub-attribute.attributeValue
(Document attributeValue) The value of the attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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 aDocument
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.
-