public static interface CoreNetworkSegment.Builder extends SdkPojo, CopyableBuilder<CoreNetworkSegment.Builder,CoreNetworkSegment>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkSegment.Builder |
edgeLocations(Collection<String> edgeLocations)
The Regions where the edges are located.
|
CoreNetworkSegment.Builder |
edgeLocations(String... edgeLocations)
The Regions where the edges are located.
|
CoreNetworkSegment.Builder |
name(String name)
The name of a core network segment.
|
CoreNetworkSegment.Builder |
sharedSegments(Collection<String> sharedSegments)
The shared segments of a core network.
|
CoreNetworkSegment.Builder |
sharedSegments(String... sharedSegments)
The shared segments of a core network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkSegment.Builder name(String name)
The name of a core network segment.
name - The name of a core network segment.CoreNetworkSegment.Builder edgeLocations(Collection<String> edgeLocations)
The Regions where the edges are located.
edgeLocations - The Regions where the edges are located.CoreNetworkSegment.Builder edgeLocations(String... edgeLocations)
The Regions where the edges are located.
edgeLocations - The Regions where the edges are located.CoreNetworkSegment.Builder sharedSegments(Collection<String> sharedSegments)
The shared segments of a core network.
sharedSegments - The shared segments of a core network.CoreNetworkSegment.Builder sharedSegments(String... sharedSegments)
The shared segments of a core network.
sharedSegments - The shared segments of a core network.Copyright © 2023. All rights reserved.