Interface MetadataAttributeValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataAttributeValue.Builder,
,MetadataAttributeValue> SdkBuilder<MetadataAttributeValue.Builder,
,MetadataAttributeValue> SdkPojo
- Enclosing class:
MetadataAttributeValue
@Mutable
@NotThreadSafe
public static interface MetadataAttributeValue.Builder
extends SdkPojo, CopyableBuilder<MetadataAttributeValue.Builder,MetadataAttributeValue>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanValue
(Boolean booleanValue) The value of the Boolean metadata attribute.numberValue
(Double numberValue) The value of the numeric metadata attribute.stringListValue
(String... stringListValue) An array of strings that define the value of the metadata attribute.stringListValue
(Collection<String> stringListValue) An array of strings that define the value of the metadata attribute.stringValue
(String stringValue) The value of the string metadata attribute.The type of the metadata attribute.type
(MetadataValueType type) The type of the metadata attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
booleanValue
The value of the Boolean metadata attribute.
- Parameters:
booleanValue
- The value of the Boolean metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberValue
The value of the numeric metadata attribute.
- Parameters:
numberValue
- The value of the numeric metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringListValue
An array of strings that define the value of the metadata attribute.
- Parameters:
stringListValue
- An array of strings that define the value of the metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringListValue
An array of strings that define the value of the metadata attribute.
- Parameters:
stringListValue
- An array of strings that define the value of the metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringValue
The value of the string metadata attribute.
- Parameters:
stringValue
- The value of the string metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the metadata attribute.
- Parameters:
type
- The type of the metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the metadata attribute.
- Parameters:
type
- The type of the metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-