Interface SegmentCondition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SegmentCondition.Builder,SegmentCondition>,SdkBuilder<SegmentCondition.Builder,SegmentCondition>,SdkPojo
- Enclosing class:
- SegmentCondition
public static interface SegmentCondition.Builder extends SdkPojo, CopyableBuilder<SegmentCondition.Builder,SegmentCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SegmentCondition.BuildersegmentId(String segmentId)The unique identifier for the segment to associate with the activity.-
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
-
segmentId
SegmentCondition.Builder segmentId(String segmentId)
The unique identifier for the segment to associate with the activity.
- Parameters:
segmentId- The unique identifier for the segment to associate with the activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-