Interface ProposedNetworkFunctionGroupChange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProposedNetworkFunctionGroupChange.Builder,
,ProposedNetworkFunctionGroupChange> SdkBuilder<ProposedNetworkFunctionGroupChange.Builder,
,ProposedNetworkFunctionGroupChange> SdkPojo
- Enclosing class:
ProposedNetworkFunctionGroupChange
@Mutable
@NotThreadSafe
public static interface ProposedNetworkFunctionGroupChange.Builder
extends SdkPojo, CopyableBuilder<ProposedNetworkFunctionGroupChange.Builder,ProposedNetworkFunctionGroupChange>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentPolicyRuleNumber
(Integer attachmentPolicyRuleNumber) The proposed new attachment policy rule number for the network function group.networkFunctionGroupName
(String networkFunctionGroupName) The proposed name change for the network function group name.tags
(Collection<Tag> tags) The list of proposed changes to the key-value tags associated with the network function group.tags
(Consumer<Tag.Builder>... tags) The list of proposed changes to the key-value tags associated with the network function group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
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.
-