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(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.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.name(String name) |
A name that lets you identify the association, to manage and use it.
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.
|