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
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-