| 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 |
| Modifier and Type | Method and Description |
|---|---|
default AssociateFirewallRuleGroupResponse |
Route53ResolverClient.associateFirewallRuleGroup(Consumer<AssociateFirewallRuleGroupRequest.Builder> associateFirewallRuleGroupRequest)
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
|
default CompletableFuture<AssociateFirewallRuleGroupResponse> |
Route53ResolverAsyncClient.associateFirewallRuleGroup(Consumer<AssociateFirewallRuleGroupRequest.Builder> associateFirewallRuleGroupRequest)
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.builder() |
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running the operation twice.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.firewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.mutationProtection(MutationProtectionStatus mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.mutationProtection(String mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.name(String name)
A name that lets you identify the association, to manage and use it.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.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.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.tags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the rule group association.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of the tag keys and values that you want to associate with the rule group association.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.tags(Tag... tags)
A list of the tag keys and values that you want to associate with the rule group association.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.toBuilder() |
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.vpcId(String vpcId)
The unique identifier of the VPC that you want to associate with the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateFirewallRuleGroupRequest.Builder> |
AssociateFirewallRuleGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.