Interface WhenSentTo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WhenSentTo.Builder,
,WhenSentTo> SdkBuilder<WhenSentTo.Builder,
,WhenSentTo> SdkPojo
- Enclosing class:
WhenSentTo
@Mutable
@NotThreadSafe
public static interface WhenSentTo.Builder
extends SdkPojo, CopyableBuilder<WhenSentTo.Builder,WhenSentTo>
-
Method Summary
Modifier and TypeMethodDescriptionwhenSentToSegmentsList
(String... whenSentToSegmentsList) The list of destination segments when the service insertion action issend-to
.whenSentToSegmentsList
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-