Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest.Builder
-
Packages that use UpdateFirewallDeleteProtectionRequest.Builder Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.model -
-
Uses of UpdateFirewallDeleteProtectionRequest.Builder in software.amazon.awssdk.services.networkfirewall
Method parameters in software.amazon.awssdk.services.networkfirewall with type arguments of type UpdateFirewallDeleteProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFirewallDeleteProtectionResponse>NetworkFirewallAsyncClient. updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder> updateFirewallDeleteProtectionRequest)Modifies the flag,DeleteProtection, which indicates whether it is possible to delete the firewall.default UpdateFirewallDeleteProtectionResponseNetworkFirewallClient. updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder> updateFirewallDeleteProtectionRequest)Modifies the flag,DeleteProtection, which indicates whether it is possible to delete the firewall. -
Uses of UpdateFirewallDeleteProtectionRequest.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return UpdateFirewallDeleteProtectionRequest.Builder Modifier and Type Method Description static UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest. builder()UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest.Builder. deleteProtection(Boolean deleteProtection)A flag indicating whether it is possible to delete the firewall.UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest.Builder. firewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest.Builder. firewallName(String firewallName)The descriptive name of the firewall.UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest. toBuilder()UpdateFirewallDeleteProtectionRequest.BuilderUpdateFirewallDeleteProtectionRequest.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 UpdateFirewallDeleteProtectionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFirewallDeleteProtectionRequest.Builder>UpdateFirewallDeleteProtectionRequest. serializableBuilderClass()
-