Interface EdgeOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EdgeOverride.Builder,
,EdgeOverride> SdkBuilder<EdgeOverride.Builder,
,EdgeOverride> SdkPojo
- Enclosing class:
EdgeOverride
public static interface EdgeOverride.Builder
extends SdkPojo, CopyableBuilder<EdgeOverride.Builder,EdgeOverride>
-
Method Summary
Modifier and TypeMethodDescriptionedgeSets
(Collection<? extends Collection<String>> edgeSets) The list of edge locations.edgeSets
(Collection<String>... edgeSets) The list of edge locations.The edge that should be used when overriding the current edge order.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
-
edgeSets
The list of edge locations.
- Parameters:
edgeSets
- The list of edge locations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeSets
The list of edge locations.
- Parameters:
edgeSets
- The list of edge locations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useEdge
The edge that should be used when overriding the current edge order.
- Parameters:
useEdge
- The edge that should be used when overriding the current edge order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-