Uses of Interface
software.amazon.awssdk.services.route53resolver.model.UpdateFirewallRuleGroupAssociationRequest.Builder
-
Packages that use UpdateFirewallRuleGroupAssociationRequest.Builder Package Description software.amazon.awssdk.services.route53resolver When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.software.amazon.awssdk.services.route53resolver.model -
-
Uses of UpdateFirewallRuleGroupAssociationRequest.Builder in software.amazon.awssdk.services.route53resolver
Method parameters in software.amazon.awssdk.services.route53resolver with type arguments of type UpdateFirewallRuleGroupAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFirewallRuleGroupAssociationResponse>Route53ResolverAsyncClient. updateFirewallRuleGroupAssociation(Consumer<UpdateFirewallRuleGroupAssociationRequest.Builder> updateFirewallRuleGroupAssociationRequest)Changes the association of a FirewallRuleGroup with a VPC.default UpdateFirewallRuleGroupAssociationResponseRoute53ResolverClient. updateFirewallRuleGroupAssociation(Consumer<UpdateFirewallRuleGroupAssociationRequest.Builder> updateFirewallRuleGroupAssociationRequest)Changes the association of a FirewallRuleGroup with a VPC. -
Uses of UpdateFirewallRuleGroupAssociationRequest.Builder in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return UpdateFirewallRuleGroupAssociationRequest.Builder Modifier and Type Method Description static UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest. builder()UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. firewallRuleGroupAssociationId(String firewallRuleGroupAssociationId)The identifier of the FirewallRuleGroupAssociation.UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. mutationProtection(String mutationProtection)If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. mutationProtection(MutationProtectionStatus mutationProtection)If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. name(String name)The name of the rule group association.UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. priority(Integer priority)The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC.UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type UpdateFirewallRuleGroupAssociationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFirewallRuleGroupAssociationRequest.Builder>UpdateFirewallRuleGroupAssociationRequest. serializableBuilderClass()
-