Uses of Interface
software.amazon.awssdk.services.qapps.model.DocumentAttributeValue.Builder
-
Packages that use DocumentAttributeValue.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of DocumentAttributeValue.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return DocumentAttributeValue.Builder Modifier and Type Method Description static DocumentAttributeValue.BuilderDocumentAttributeValue. builder()DocumentAttributeValue.BuilderDocumentAttributeValue.Builder. dateValue(Instant dateValue)A date expressed as an ISO 8601 string.DocumentAttributeValue.BuilderDocumentAttributeValue.Builder. longValue(Long longValue)A long integer value.DocumentAttributeValue.BuilderDocumentAttributeValue.Builder. stringListValue(String... stringListValue)A list of strings.DocumentAttributeValue.BuilderDocumentAttributeValue.Builder. stringListValue(Collection<String> stringListValue)A list of strings.DocumentAttributeValue.BuilderDocumentAttributeValue.Builder. stringValue(String stringValue)A string.DocumentAttributeValue.BuilderDocumentAttributeValue. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type DocumentAttributeValue.Builder Modifier and Type Method Description static Class<? extends DocumentAttributeValue.Builder>DocumentAttributeValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type DocumentAttributeValue.Builder Modifier and Type Method Description default DocumentAttribute.BuilderDocumentAttribute.Builder. value(Consumer<DocumentAttributeValue.Builder> value)The value of the attribute.
-