Interface CoreNetworkPolicy.Builder

    • Method Detail

      • coreNetworkId

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

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

        CoreNetworkPolicy.Builder alias​(String alias)

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

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

        CoreNetworkPolicy.Builder description​(String description)

        The description of a core network policy.

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

        CoreNetworkPolicy.Builder createdAt​(Instant createdAt)

        The timestamp when a core network policy was created.

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

        CoreNetworkPolicy.Builder changeSetState​(String changeSetState)

        The state of a core network policy.

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

        CoreNetworkPolicy.Builder policyErrors​(Collection<CoreNetworkPolicyError> policyErrors)

        Describes any errors in a core network policy.

        Parameters:
        policyErrors - Describes any errors in a core network policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyErrors

        CoreNetworkPolicy.Builder policyErrors​(CoreNetworkPolicyError... policyErrors)

        Describes any errors in a core network policy.

        Parameters:
        policyErrors - Describes any errors in a core network policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyDocument

        CoreNetworkPolicy.Builder policyDocument​(String policyDocument)

        Describes a core network policy.

        Parameters:
        policyDocument - Describes a core network policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.