Interface CoreNetworkSummary.Builder

    • Method Detail

      • coreNetworkId

        CoreNetworkSummary.Builder coreNetworkId​(String coreNetworkId)

        The ID of a core network.

        Parameters:
        coreNetworkId - The ID of a core network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coreNetworkArn

        CoreNetworkSummary.Builder coreNetworkArn​(String coreNetworkArn)

        a core network ARN.

        Parameters:
        coreNetworkArn - a core network ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalNetworkId

        CoreNetworkSummary.Builder globalNetworkId​(String globalNetworkId)

        The global network ID.

        Parameters:
        globalNetworkId - The global network ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerAccountId

        CoreNetworkSummary.Builder ownerAccountId​(String ownerAccountId)

        The ID of the account owner.

        Parameters:
        ownerAccountId - The ID of the account owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CoreNetworkSummary.Builder description​(String description)

        The description of a core network.

        Parameters:
        description - The description of a core network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CoreNetworkSummary.Builder tags​(Collection<Tag> tags)

        The key-value tags associated with a core network summary.

        Parameters:
        tags - The key-value tags associated with a core network summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CoreNetworkSummary.Builder tags​(Tag... tags)

        The key-value tags associated with a core network summary.

        Parameters:
        tags - The key-value tags associated with a core network summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CoreNetworkSummary.Builder tags​(Consumer<Tag.Builder>... tags)

        The key-value tags associated with a core network summary.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)