Interface ProposedNetworkFunctionGroupChange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProposedNetworkFunctionGroupChange.Builder,ProposedNetworkFunctionGroupChange>,SdkBuilder<ProposedNetworkFunctionGroupChange.Builder,ProposedNetworkFunctionGroupChange>,SdkPojo
- Enclosing class:
- ProposedNetworkFunctionGroupChange
public static interface ProposedNetworkFunctionGroupChange.Builder extends SdkPojo, CopyableBuilder<ProposedNetworkFunctionGroupChange.Builder,ProposedNetworkFunctionGroupChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProposedNetworkFunctionGroupChange.BuilderattachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)The proposed new attachment policy rule number for the network function group.ProposedNetworkFunctionGroupChange.BuildernetworkFunctionGroupName(String networkFunctionGroupName)The proposed name change for the network function group name.ProposedNetworkFunctionGroupChange.Buildertags(Collection<Tag> tags)The list of proposed changes to the key-value tags associated with the network function group.ProposedNetworkFunctionGroupChange.Buildertags(Consumer<Tag.Builder>... tags)The list of proposed changes to the key-value tags associated with the network function group.ProposedNetworkFunctionGroupChange.Buildertags(Tag... tags)The list of proposed changes to the key-value tags associated with the network function group.-
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
-
tags
ProposedNetworkFunctionGroupChange.Builder tags(Collection<Tag> tags)
The list of proposed changes to the key-value tags associated with the network function group.
- Parameters:
tags- The list of proposed changes to the key-value tags associated with the network function group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ProposedNetworkFunctionGroupChange.Builder tags(Tag... tags)
The list of proposed changes to the key-value tags associated with the network function group.
- Parameters:
tags- The list of proposed changes to the key-value tags associated with the network function group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ProposedNetworkFunctionGroupChange.Builder tags(Consumer<Tag.Builder>... tags)
The list of proposed changes to the key-value tags associated with the network function group.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
attachmentPolicyRuleNumber
ProposedNetworkFunctionGroupChange.Builder attachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)
The proposed new attachment policy rule number for the network function group.
- Parameters:
attachmentPolicyRuleNumber- The proposed new attachment policy rule number for the network function group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkFunctionGroupName
ProposedNetworkFunctionGroupChange.Builder networkFunctionGroupName(String networkFunctionGroupName)
The proposed name change for the network function group name.
- Parameters:
networkFunctionGroupName- The proposed name change for the network function group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-