Interface ServiceInsertionSegments.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceInsertionSegments.Builder,
,ServiceInsertionSegments> SdkBuilder<ServiceInsertionSegments.Builder,
,ServiceInsertionSegments> SdkPojo
- Enclosing class:
ServiceInsertionSegments
public static interface ServiceInsertionSegments.Builder
extends SdkPojo, CopyableBuilder<ServiceInsertionSegments.Builder,ServiceInsertionSegments>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of segments associated with thesend-to
action.sendTo
(Collection<String> sendTo) The list of segments associated with thesend-to
action.The list of segments associated with thesend-via
action.sendVia
(Collection<String> sendVia) The list of segments associated with thesend-via
action.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
-
sendVia
The list of segments associated with the
send-via
action.- Parameters:
sendVia
- The list of segments associated with thesend-via
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendVia
The list of segments associated with the
send-via
action.- Parameters:
sendVia
- The list of segments associated with thesend-via
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendTo
The list of segments associated with the
send-to
action.- Parameters:
sendTo
- The list of segments associated with thesend-to
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendTo
The list of segments associated with the
send-to
action.- Parameters:
sendTo
- The list of segments associated with thesend-to
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-