Interface WhenSentTo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WhenSentTo.Builder,WhenSentTo>,SdkBuilder<WhenSentTo.Builder,WhenSentTo>,SdkPojo
- Enclosing class:
- WhenSentTo
public static interface WhenSentTo.Builder extends SdkPojo, CopyableBuilder<WhenSentTo.Builder,WhenSentTo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WhenSentTo.BuilderwhenSentToSegmentsList(String... whenSentToSegmentsList)The list of destination segments when the service insertion action issend-to.WhenSentTo.BuilderwhenSentToSegmentsList(Collection<String> whenSentToSegmentsList)The list of destination segments when the service insertion action issend-to.-
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
-
whenSentToSegmentsList
WhenSentTo.Builder whenSentToSegmentsList(Collection<String> whenSentToSegmentsList)
The list of destination segments when the service insertion action is
send-to.- Parameters:
whenSentToSegmentsList- The list of destination segments when the service insertion action issend-to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
whenSentToSegmentsList
WhenSentTo.Builder whenSentToSegmentsList(String... whenSentToSegmentsList)
The list of destination segments when the service insertion action is
send-to.- Parameters:
whenSentToSegmentsList- The list of destination segments when the service insertion action issend-to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-