Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionRequest.Builder
-
Packages that use UpdateFirewallPolicyChangeProtectionRequest.Builder Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.model -
-
Uses of UpdateFirewallPolicyChangeProtectionRequest.Builder in software.amazon.awssdk.services.networkfirewall
Method parameters in software.amazon.awssdk.services.networkfirewall with type arguments of type UpdateFirewallPolicyChangeProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFirewallPolicyChangeProtectionResponse>NetworkFirewallAsyncClient. updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder> updateFirewallPolicyChangeProtectionRequest)Modifies the flag,ChangeProtection, which indicates whether it is possible to change the firewall.default UpdateFirewallPolicyChangeProtectionResponseNetworkFirewallClient. updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder> updateFirewallPolicyChangeProtectionRequest)Modifies the flag,ChangeProtection, which indicates whether it is possible to change the firewall. -
Uses of UpdateFirewallPolicyChangeProtectionRequest.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return UpdateFirewallPolicyChangeProtectionRequest.Builder Modifier and Type Method Description static UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest. builder()UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest.Builder. firewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest.Builder. firewallName(String firewallName)The descriptive name of the firewall.UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest.Builder. firewallPolicyChangeProtection(Boolean firewallPolicyChangeProtection)A setting indicating whether the firewall is protected against a change to the firewall policy association.UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest. toBuilder()UpdateFirewallPolicyChangeProtectionRequest.BuilderUpdateFirewallPolicyChangeProtectionRequest.Builder. updateToken(String updateToken)An optional token that you can use for optimistic locking.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type UpdateFirewallPolicyChangeProtectionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFirewallPolicyChangeProtectionRequest.Builder>UpdateFirewallPolicyChangeProtectionRequest. serializableBuilderClass()
-