Interface CoreNetworkPolicyVersion.Builder

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

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

    • coreNetworkId

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

      CoreNetworkPolicyVersion.Builder policyVersionId(Integer policyVersionId)

      The ID of the policy version.

      Parameters:
      policyVersionId - The ID of the policy version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      Whether a core network policy is the current policy or the most recently submitted policy.

      Parameters:
      alias - Whether a core network policy is the current policy or the most recently submitted policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • alias

      Whether a core network policy is the current policy or the most recently submitted policy.

      Parameters:
      alias - Whether a core network policy is the current policy or the most recently submitted policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      CoreNetworkPolicyVersion.Builder description(String description)

      The description of a core network policy version.

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

      The timestamp when a core network policy version was created.

      Parameters:
      createdAt - The timestamp when a core network policy version was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSetState

      CoreNetworkPolicyVersion.Builder changeSetState(String changeSetState)

      The status of the policy version change set.

      Parameters:
      changeSetState - The status of the policy version change set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • changeSetState

      CoreNetworkPolicyVersion.Builder changeSetState(ChangeSetState changeSetState)

      The status of the policy version change set.

      Parameters:
      changeSetState - The status of the policy version change set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: