Uses of Interface
software.amazon.awssdk.services.networkmanager.model.ProposedNetworkFunctionGroupChange.Builder
-
Packages that use ProposedNetworkFunctionGroupChange.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of ProposedNetworkFunctionGroupChange.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return ProposedNetworkFunctionGroupChange.Builder Modifier and Type Method Description ProposedNetworkFunctionGroupChange.BuilderProposedNetworkFunctionGroupChange.Builder. attachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)The proposed new attachment policy rule number for the network function group.static ProposedNetworkFunctionGroupChange.BuilderProposedNetworkFunctionGroupChange. builder()ProposedNetworkFunctionGroupChange.BuilderProposedNetworkFunctionGroupChange.Builder. networkFunctionGroupName(String networkFunctionGroupName)The proposed name change for the network function group name.ProposedNetworkFunctionGroupChange.BuilderProposedNetworkFunctionGroupChange.Builder. tags(Collection<Tag> tags)The list of proposed changes to the key-value tags associated with the network function group.ProposedNetworkFunctionGroupChange.BuilderProposedNetworkFunctionGroupChange.Builder. tags(Consumer<Tag.Builder>... tags)The list of proposed changes to the key-value tags associated with the network function group.ProposedNetworkFunctionGroupChange.BuilderProposedNetworkFunctionGroupChange.Builder. tags(Tag... tags)The list of proposed changes to the key-value tags associated with the network function group.ProposedNetworkFunctionGroupChange.BuilderProposedNetworkFunctionGroupChange. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type ProposedNetworkFunctionGroupChange.Builder Modifier and Type Method Description static Class<? extends ProposedNetworkFunctionGroupChange.Builder>ProposedNetworkFunctionGroupChange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type ProposedNetworkFunctionGroupChange.Builder Modifier and Type Method Description default Attachment.BuilderAttachment.Builder. proposedNetworkFunctionGroupChange(Consumer<ProposedNetworkFunctionGroupChange.Builder> proposedNetworkFunctionGroupChange)Describes a proposed change to a network function group associated with the attachment.
-