Interface AttributeValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AttributeValue.Builder,,- AttributeValue> - SdkBuilder<AttributeValue.Builder,,- AttributeValue> - SdkPojo
- Enclosing class:
- AttributeValue
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
boolIndicates 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.
 
- 
nIndicates 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.
 
- 
sIndicates 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.
 
- 
ssIndicates 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.
 
- 
ssIndicates 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.
 
 
-