Interface DocumentAttributeValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DocumentAttributeValue.Builder,,- DocumentAttributeValue> - SdkBuilder<DocumentAttributeValue.Builder,,- DocumentAttributeValue> - SdkPojo
- Enclosing class:
- DocumentAttributeValue
@Mutable
@NotThreadSafe
public static interface DocumentAttributeValue.Builder
extends SdkPojo, CopyableBuilder<DocumentAttributeValue.Builder,DocumentAttributeValue> 
- 
Method SummaryModifier and TypeMethodDescriptionA date expressed as an ISO 8601 string.A long integer value.stringListValue(String... stringListValue) A list of strings.stringListValue(Collection<String> stringListValue) A list of strings.stringValue(String stringValue) A string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stringValueA string. - Parameters:
- stringValue- A string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stringListValueA list of strings. - Parameters:
- stringListValue- A list of strings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stringListValueA list of strings. - Parameters:
- stringListValue- A list of strings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
longValueA long integer value. - Parameters:
- longValue- A long integer value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dateValueA date expressed as an ISO 8601 string. It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time. - Parameters:
- dateValue- A date expressed as an ISO 8601 string.- It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-