Interface CoreNetworkSegment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoreNetworkSegment.Builder,CoreNetworkSegment>,SdkBuilder<CoreNetworkSegment.Builder,CoreNetworkSegment>,SdkPojo
- Enclosing class:
- CoreNetworkSegment
public static interface CoreNetworkSegment.Builder extends SdkPojo, CopyableBuilder<CoreNetworkSegment.Builder,CoreNetworkSegment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreNetworkSegment.BuilderedgeLocations(String... edgeLocations)The Regions where the edges are located.CoreNetworkSegment.BuilderedgeLocations(Collection<String> edgeLocations)The Regions where the edges are located.CoreNetworkSegment.Buildername(String name)The name of a core network segment.CoreNetworkSegment.BuildersharedSegments(String... sharedSegments)The shared segments of a core network.CoreNetworkSegment.BuildersharedSegments(Collection<String> sharedSegments)The shared segments of a core network.-
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
-
name
CoreNetworkSegment.Builder name(String name)
The name of a core network segment.
- Parameters:
name- The name of a core network segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocations
CoreNetworkSegment.Builder edgeLocations(Collection<String> edgeLocations)
The Regions where the edges are located.
- Parameters:
edgeLocations- The Regions where the edges are located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocations
CoreNetworkSegment.Builder edgeLocations(String... edgeLocations)
The Regions where the edges are located.
- Parameters:
edgeLocations- The Regions where the edges are located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedSegments
CoreNetworkSegment.Builder sharedSegments(Collection<String> sharedSegments)
The shared segments of a core network.
- Parameters:
sharedSegments- The shared segments of a core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedSegments
CoreNetworkSegment.Builder sharedSegments(String... sharedSegments)
The shared segments of a core network.
- Parameters:
sharedSegments- The shared segments of a core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-