Interface AttributeValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttributeValue.Builder,,AttributeValue> SdkBuilder<AttributeValue.Builder,,AttributeValue> SdkPojo
- Enclosing class:
AttributeValue
@Mutable
@NotThreadSafe
public static interface AttributeValue.Builder
extends SdkPojo, CopyableBuilder<AttributeValue.Builder,AttributeValue>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(Boolean booleanValue) A Boolean value for the attribute.numberArray(Double... numberArray) An array of numeric values for the attribute.numberArray(Collection<Double> numberArray) An array of numeric values for the attribute.numberValue(Double numberValue) A numeric value for the attribute.stringArray(String... stringArray) An array of string values for the attribute.stringArray(Collection<String> stringArray) An array of string values for the attribute.stringValue(String stringValue) A string value for the attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stringValue
A string value for the attribute.
- Parameters:
stringValue- A string value for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberValue
A numeric value for the attribute.
- Parameters:
numberValue- A numeric value for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
booleanValue
A Boolean value for the attribute.
- Parameters:
booleanValue- A Boolean value for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringArray
An array of string values for the attribute.
- Parameters:
stringArray- An array of string values for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringArray
An array of string values for the attribute.
- Parameters:
stringArray- An array of string values for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberArray
An array of numeric values for the attribute.
- Parameters:
numberArray- An array of numeric values for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberArray
An array of numeric values for the attribute.
- Parameters:
numberArray- An array of numeric values for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-