public static interface DocumentAttributeValue.Builder extends SdkPojo, CopyableBuilder<DocumentAttributeValue.Builder,DocumentAttributeValue>
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValue.Builder |
dateValue(Instant dateValue)
A date expressed as an ISO 8601 string.
|
DocumentAttributeValue.Builder |
longValue(Long longValue)
A long integer value.
|
DocumentAttributeValue.Builder |
stringListValue(Collection<String> stringListValue)
A list of strings.
|
DocumentAttributeValue.Builder |
stringListValue(String... stringListValue)
A list of strings.
|
DocumentAttributeValue.Builder |
stringValue(String stringValue)
A string, such as "department".
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentAttributeValue.Builder stringValue(String stringValue)
A string, such as "department".
stringValue - A string, such as "department".DocumentAttributeValue.Builder stringListValue(Collection<String> stringListValue)
A list of strings.
stringListValue - A list of strings.DocumentAttributeValue.Builder stringListValue(String... stringListValue)
A list of strings.
stringListValue - A list of strings.DocumentAttributeValue.Builder longValue(Long longValue)
A long integer value.
longValue - A long integer value.DocumentAttributeValue.Builder dateValue(Instant dateValue)
A date expressed as an ISO 8601 string.
dateValue - A date expressed as an ISO 8601 string.Copyright © 2020. All rights reserved.