Interface CoreNetworkPolicyVersion.Builder

    • Method Detail

      • 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

        CoreNetworkPolicyVersion.Builder alias​(String 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:
        CoreNetworkPolicyAlias, CoreNetworkPolicyAlias
      • 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

        CoreNetworkPolicyVersion.Builder createdAt​(Instant 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, ChangeSetState