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