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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceInsertionSegments.BuildersendTo(String... sendTo)The list of segments associated with thesend-toaction.ServiceInsertionSegments.BuildersendTo(Collection<String> sendTo)The list of segments associated with thesend-toaction.ServiceInsertionSegments.BuildersendVia(String... sendVia)The list of segments associated with thesend-viaaction.ServiceInsertionSegments.BuildersendVia(Collection<String> sendVia)The list of segments associated with thesend-viaaction.-
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
-
sendVia
ServiceInsertionSegments.Builder sendVia(Collection<String> sendVia)
The list of segments associated with the
send-viaaction.- Parameters:
sendVia- The list of segments associated with thesend-viaaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendVia
ServiceInsertionSegments.Builder sendVia(String... sendVia)
The list of segments associated with the
send-viaaction.- Parameters:
sendVia- The list of segments associated with thesend-viaaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendTo
ServiceInsertionSegments.Builder sendTo(Collection<String> sendTo)
The list of segments associated with the
send-toaction.- Parameters:
sendTo- The list of segments associated with thesend-toaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendTo
ServiceInsertionSegments.Builder sendTo(String... sendTo)
The list of segments associated with the
send-toaction.- Parameters:
sendTo- The list of segments associated with thesend-toaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-