Interface AttributeValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttributeValue.Builder,
,AttributeValue> SdkBuilder<AttributeValue.Builder,
,AttributeValue> SdkPojo
- Enclosing class:
AttributeValue
-
Method Summary
Modifier and TypeMethodDescriptionIndicates that the attribute type value is a boolean.Indicates that the attribute type value is a number.Indicates that the attribute type value is a string.Indicates that the attribute type value is a string set.ss
(Collection<String> ss) Indicates that the attribute type value is a string set.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
-
bool
Indicates that the attribute type value is a boolean. For example:
"BOOL": true
- Parameters:
bool
- Indicates that the attribute type value is a boolean. For example:"BOOL": true
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
n
Indicates that the attribute type value is a number. For example:
"N": "16"
- Parameters:
n
- Indicates that the attribute type value is a number. For example:"N": "16"
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s
Indicates that the attribute type value is a string. For example:
"S": "S Group"
- Parameters:
s
- Indicates that the attribute type value is a string. For example:"S": "S Group"
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ss
Indicates that the attribute type value is a string set. For example:
"SS": ["sample_service_class/host.sample.com:1234/sample_service_name_1", "sample_service_class/host.sample.com:1234/sample_service_name_2"]
- Parameters:
ss
- Indicates that the attribute type value is a string set. For example:"SS": ["sample_service_class/host.sample.com:1234/sample_service_name_1", "sample_service_class/host.sample.com:1234/sample_service_name_2"]
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ss
Indicates that the attribute type value is a string set. For example:
"SS": ["sample_service_class/host.sample.com:1234/sample_service_name_1", "sample_service_class/host.sample.com:1234/sample_service_name_2"]
- Parameters:
ss
- Indicates that the attribute type value is a string set. For example:"SS": ["sample_service_class/host.sample.com:1234/sample_service_name_1", "sample_service_class/host.sample.com:1234/sample_service_name_2"]
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-