public static interface CoreNetworkPolicyVersion.Builder extends SdkPojo, CopyableBuilder<CoreNetworkPolicyVersion.Builder,CoreNetworkPolicyVersion>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkPolicyVersion.Builder |
alias(CoreNetworkPolicyAlias alias)
Whether a core network policy is the current policy or the most recently submitted policy.
|
CoreNetworkPolicyVersion.Builder |
alias(String alias)
Whether a core network policy is the current policy or the most recently submitted policy.
|
CoreNetworkPolicyVersion.Builder |
changeSetState(ChangeSetState changeSetState)
The status of the policy version change set.
|
CoreNetworkPolicyVersion.Builder |
changeSetState(String changeSetState)
The status of the policy version change set.
|
CoreNetworkPolicyVersion.Builder |
coreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetworkPolicyVersion.Builder |
createdAt(Instant createdAt)
The timestamp when a core network policy version was created.
|
CoreNetworkPolicyVersion.Builder |
description(String description)
The description of a core network policy version.
|
CoreNetworkPolicyVersion.Builder |
policyVersionId(Integer policyVersionId)
The ID of the policy version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkPolicyVersion.Builder coreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.CoreNetworkPolicyVersion.Builder policyVersionId(Integer policyVersionId)
The ID of the policy version.
policyVersionId - The ID of the policy version.CoreNetworkPolicyVersion.Builder alias(String alias)
Whether a core network policy is the current policy or the most recently submitted policy.
alias - Whether a core network policy is the current policy or the most recently submitted policy.CoreNetworkPolicyAlias,
CoreNetworkPolicyAliasCoreNetworkPolicyVersion.Builder alias(CoreNetworkPolicyAlias alias)
Whether a core network policy is the current policy or the most recently submitted policy.
alias - Whether a core network policy is the current policy or the most recently submitted policy.CoreNetworkPolicyAlias,
CoreNetworkPolicyAliasCoreNetworkPolicyVersion.Builder description(String description)
The description of a core network policy version.
description - The description of a core network policy version.CoreNetworkPolicyVersion.Builder createdAt(Instant createdAt)
The timestamp when a core network policy version was created.
createdAt - The timestamp when a core network policy version was created.CoreNetworkPolicyVersion.Builder changeSetState(String changeSetState)
The status of the policy version change set.
changeSetState - The status of the policy version change set.ChangeSetState,
ChangeSetStateCoreNetworkPolicyVersion.Builder changeSetState(ChangeSetState changeSetState)
The status of the policy version change set.
changeSetState - The status of the policy version change set.ChangeSetState,
ChangeSetStateCopyright © 2022. All rights reserved.