Interface CoreNetworkSegment.Builder

    • 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.