Interface CoreNetworkSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CoreNetworkSummary.Builder,CoreNetworkSummary>, SdkBuilder<CoreNetworkSummary.Builder,CoreNetworkSummary>, SdkPojo
Enclosing class:
CoreNetworkSummary

public static interface CoreNetworkSummary.Builder extends SdkPojo, CopyableBuilder<CoreNetworkSummary.Builder,CoreNetworkSummary>
  • Method Details

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

      The state of a core network.

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

      The state of a core network.

      Parameters:
      state - The state of a core network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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<Tag>).

      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: