Interface ContactSearchSummarySegmentAttributeValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContactSearchSummarySegmentAttributeValue.Builder,,ContactSearchSummarySegmentAttributeValue> SdkBuilder<ContactSearchSummarySegmentAttributeValue.Builder,,ContactSearchSummarySegmentAttributeValue> SdkPojo
- Enclosing class:
ContactSearchSummarySegmentAttributeValue
@Mutable
@NotThreadSafe
public static interface ContactSearchSummarySegmentAttributeValue.Builder
extends SdkPojo, CopyableBuilder<ContactSearchSummarySegmentAttributeValue.Builder,ContactSearchSummarySegmentAttributeValue>
-
Method Summary
Modifier and TypeMethodDescriptionvalueMap(Map<String, SegmentAttributeValue> valueMap) The key and value of a segment attribute.valueString(String valueString) The value of a segment attribute represented as a string.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
-
valueString
The value of a segment attribute represented as a string.
- Parameters:
valueString- The value of a segment attribute represented as a string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueMap
ContactSearchSummarySegmentAttributeValue.Builder valueMap(Map<String, SegmentAttributeValue> valueMap) The key and value of a segment attribute.
- Parameters:
valueMap- The key and value of a segment attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-