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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreNetworkPolicyVersion.Builderalias(String alias)Whether a core network policy is the current policy or the most recently submitted policy.CoreNetworkPolicyVersion.Builderalias(CoreNetworkPolicyAlias alias)Whether a core network policy is the current policy or the most recently submitted policy.CoreNetworkPolicyVersion.BuilderchangeSetState(String changeSetState)The status of the policy version change set.CoreNetworkPolicyVersion.BuilderchangeSetState(ChangeSetState changeSetState)The status of the policy version change set.CoreNetworkPolicyVersion.BuildercoreNetworkId(String coreNetworkId)The ID of a core network.CoreNetworkPolicyVersion.BuildercreatedAt(Instant createdAt)The timestamp when a core network policy version was created.CoreNetworkPolicyVersion.Builderdescription(String description)The description of a core network policy version.CoreNetworkPolicyVersion.BuilderpolicyVersionId(Integer policyVersionId)The ID of the policy version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
alias
CoreNetworkPolicyVersion.Builder alias(CoreNetworkPolicyAlias 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
-
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:
ChangeSetState,ChangeSetState
-
-