Interface UniqueAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UniqueAttribute.Builder,UniqueAttribute>,SdkBuilder<UniqueAttribute.Builder,UniqueAttribute>,SdkPojo
- Enclosing class:
- UniqueAttribute
public static interface UniqueAttribute.Builder extends SdkPojo, CopyableBuilder<UniqueAttribute.Builder,UniqueAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UniqueAttribute.BuilderattributePath(String attributePath)A string representation of the path to a given attribute or sub-attribute.UniqueAttribute.BuilderattributeValue(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, sdkFields
-
-
-
-
Method Detail
-
attributePath
UniqueAttribute.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
UniqueAttribute.Builder attributeValue(Document attributeValue)
The value of the attribute. This is a
Documenttype. 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 aDocumenttype. 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.
-
-