public static interface UpdateFirewallRuleGroupAssociationRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<UpdateFirewallRuleGroupAssociationRequest.Builder,UpdateFirewallRuleGroupAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFirewallRuleGroupAssociationRequest.Builder |
firewallRuleGroupAssociationId(String firewallRuleGroupAssociationId)
The identifier of the FirewallRuleGroupAssociation.
|
UpdateFirewallRuleGroupAssociationRequest.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.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.Builder |
name(String name)
The name of the rule group association.
|
UpdateFirewallRuleGroupAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFirewallRuleGroupAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFirewallRuleGroupAssociationRequest.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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFirewallRuleGroupAssociationRequest.Builder firewallRuleGroupAssociationId(String firewallRuleGroupAssociationId)
The identifier of the FirewallRuleGroupAssociation.
firewallRuleGroupAssociationId - The identifier of the FirewallRuleGroupAssociation.UpdateFirewallRuleGroupAssociationRequest.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. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
You must specify a unique priority for each rule group that you associate with a single VPC. To make it easier to insert rule groups later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for a rule group association after you create it.
priority - The setting that determines the processing order of the rule group among the rule groups that you
associate with the specified VPC. DNS Firewall filters VPC traffic starting from the rule group with
the lowest numeric priority setting.
You must specify a unique priority for each rule group that you associate with a single VPC. To make it easier to insert rule groups later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for a rule group association after you create it.
UpdateFirewallRuleGroupAssociationRequest.Builder mutationProtection(String mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
mutationProtection - If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.MutationProtectionStatus,
MutationProtectionStatusUpdateFirewallRuleGroupAssociationRequest.Builder mutationProtection(MutationProtectionStatus mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
mutationProtection - If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.MutationProtectionStatus,
MutationProtectionStatusUpdateFirewallRuleGroupAssociationRequest.Builder name(String name)
The name of the rule group association.
name - The name of the rule group association.UpdateFirewallRuleGroupAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.