public static interface CoreNetworkPolicy.Builder extends SdkPojo, CopyableBuilder<CoreNetworkPolicy.Builder,CoreNetworkPolicy>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkPolicy.Builder |
alias(CoreNetworkPolicyAlias alias)
Whether a core network policy is the current LIVE policy or the most recently submitted policy.
|
CoreNetworkPolicy.Builder |
alias(String alias)
Whether a core network policy is the current LIVE policy or the most recently submitted policy.
|
CoreNetworkPolicy.Builder |
changeSetState(ChangeSetState changeSetState)
The state of a core network policy.
|
CoreNetworkPolicy.Builder |
changeSetState(String changeSetState)
The state of a core network policy.
|
CoreNetworkPolicy.Builder |
coreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetworkPolicy.Builder |
createdAt(Instant createdAt)
The timestamp when a core network policy was created.
|
CoreNetworkPolicy.Builder |
description(String description)
The description of a core network policy.
|
CoreNetworkPolicy.Builder |
policyDocument(String policyDocument)
Describes a core network policy.
|
CoreNetworkPolicy.Builder |
policyErrors(Collection<CoreNetworkPolicyError> policyErrors)
Describes any errors in a core network policy.
|
CoreNetworkPolicy.Builder |
policyErrors(Consumer<CoreNetworkPolicyError.Builder>... policyErrors)
Describes any errors in a core network policy.
|
CoreNetworkPolicy.Builder |
policyErrors(CoreNetworkPolicyError... policyErrors)
Describes any errors in a core network policy.
|
CoreNetworkPolicy.Builder |
policyVersionId(Integer policyVersionId)
The ID of the policy version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkPolicy.Builder coreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.CoreNetworkPolicy.Builder policyVersionId(Integer policyVersionId)
The ID of the policy version.
policyVersionId - The ID of the policy version.CoreNetworkPolicy.Builder alias(String alias)
Whether a core network policy is the current LIVE policy or the most recently submitted policy.
alias - Whether a core network policy is the current LIVE policy or the most recently submitted policy.CoreNetworkPolicyAlias,
CoreNetworkPolicyAliasCoreNetworkPolicy.Builder alias(CoreNetworkPolicyAlias alias)
Whether a core network policy is the current LIVE policy or the most recently submitted policy.
alias - Whether a core network policy is the current LIVE policy or the most recently submitted policy.CoreNetworkPolicyAlias,
CoreNetworkPolicyAliasCoreNetworkPolicy.Builder description(String description)
The description of a core network policy.
description - The description of a core network policy.CoreNetworkPolicy.Builder createdAt(Instant createdAt)
The timestamp when a core network policy was created.
createdAt - The timestamp when a core network policy was created.CoreNetworkPolicy.Builder changeSetState(String changeSetState)
The state of a core network policy.
changeSetState - The state of a core network policy.ChangeSetState,
ChangeSetStateCoreNetworkPolicy.Builder changeSetState(ChangeSetState changeSetState)
The state of a core network policy.
changeSetState - The state of a core network policy.ChangeSetState,
ChangeSetStateCoreNetworkPolicy.Builder policyErrors(Collection<CoreNetworkPolicyError> policyErrors)
Describes any errors in a core network policy.
policyErrors - Describes any errors in a core network policy.CoreNetworkPolicy.Builder policyErrors(CoreNetworkPolicyError... policyErrors)
Describes any errors in a core network policy.
policyErrors - Describes any errors in a core network policy.CoreNetworkPolicy.Builder policyErrors(Consumer<CoreNetworkPolicyError.Builder>... policyErrors)
Describes any errors in a core network policy.
This is a convenience method that creates an instance of theCoreNetworkPolicyError.Builder avoiding the need
to create one manually via
CoreNetworkPolicyError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #policyErrors(List.
policyErrors - a consumer that will call methods on
CoreNetworkPolicyError.Builder#policyErrors(java.util.Collection) CoreNetworkPolicy.Builder policyDocument(String policyDocument)
Describes a core network policy.
policyDocument - Describes a core network policy.Copyright © 2023. All rights reserved.