| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedAttributeValue.Builder |
TypedAttributeValue.Builder.binaryValue(SdkBytes binaryValue)
A binary data value.
|
TypedAttributeValue.Builder |
TypedAttributeValue.Builder.booleanValue(Boolean booleanValue)
A Boolean data value.
|
static TypedAttributeValue.Builder |
TypedAttributeValue.builder() |
TypedAttributeValue.Builder |
TypedAttributeValue.Builder.datetimeValue(Instant datetimeValue)
A date and time value.
|
TypedAttributeValue.Builder |
TypedAttributeValue.Builder.numberValue(String numberValue)
A number data value.
|
TypedAttributeValue.Builder |
TypedAttributeValue.Builder.stringValue(String stringValue)
A string data value.
|
TypedAttributeValue.Builder |
TypedAttributeValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TypedAttributeValue.Builder> |
TypedAttributeValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LinkAttributeAction.Builder |
LinkAttributeAction.Builder.attributeUpdateValue(Consumer<TypedAttributeValue.Builder> attributeUpdateValue)
The value that you want to update to.
|
default TypedLinkAttributeDefinition.Builder |
TypedLinkAttributeDefinition.Builder.defaultValue(Consumer<TypedAttributeValue.Builder> defaultValue)
The default value of the attribute (if configured).
|
default FacetAttributeDefinition.Builder |
FacetAttributeDefinition.Builder.defaultValue(Consumer<TypedAttributeValue.Builder> defaultValue)
The default value of the attribute (if configured).
|
default TypedAttributeValueRange.Builder |
TypedAttributeValueRange.Builder.endValue(Consumer<TypedAttributeValue.Builder> endValue)
The attribute value to terminate the range at.
|
default ObjectAttributeAction.Builder |
ObjectAttributeAction.Builder.objectAttributeUpdateValue(Consumer<TypedAttributeValue.Builder> objectAttributeUpdateValue)
The value that you want to update to.
|
default TypedAttributeValueRange.Builder |
TypedAttributeValueRange.Builder.startValue(Consumer<TypedAttributeValue.Builder> startValue)
The value to start the range at.
|
default AttributeKeyAndValue.Builder |
AttributeKeyAndValue.Builder.value(Consumer<TypedAttributeValue.Builder> value)
The value of the attribute.
|
default AttributeNameAndValue.Builder |
AttributeNameAndValue.Builder.value(Consumer<TypedAttributeValue.Builder> value)
The value for the typed link.
|
Copyright © 2022. All rights reserved.