Interface SegmentAttributeValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SegmentAttributeValue.Builder,SegmentAttributeValue>,SdkBuilder<SegmentAttributeValue.Builder,SegmentAttributeValue>,SdkPojo
- Enclosing class:
- SegmentAttributeValue
public static interface SegmentAttributeValue.Builder extends SdkPojo, CopyableBuilder<SegmentAttributeValue.Builder,SegmentAttributeValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SegmentAttributeValue.BuildervalueString(String valueString)The value of a segment 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, sdkFields
-
-
-
-
Method Detail
-
valueString
SegmentAttributeValue.Builder valueString(String valueString)
The value of a segment attribute.
- Parameters:
valueString- The value of a segment attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-