public static interface FirewallRuleGroupAssociation.Builder extends SdkPojo, CopyableBuilder<FirewallRuleGroupAssociation.Builder,FirewallRuleGroupAssociation>
| Modifier and Type | Method and Description |
|---|---|
FirewallRuleGroupAssociation.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the firewall rule group association.
|
FirewallRuleGroupAssociation.Builder |
creationTime(String creationTime)
The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRuleGroupAssociation.Builder |
creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallRuleGroupAssociation.Builder |
firewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
|
FirewallRuleGroupAssociation.Builder |
id(String id)
The identifier for the association.
|
FirewallRuleGroupAssociation.Builder |
managedOwnerName(String managedOwnerName)
The owner of the association, used only for associations that are not managed by you.
|
FirewallRuleGroupAssociation.Builder |
modificationTime(String modificationTime)
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
FirewallRuleGroupAssociation.Builder |
mutationProtection(MutationProtectionStatus mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
FirewallRuleGroupAssociation.Builder |
mutationProtection(String mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
FirewallRuleGroupAssociation.Builder |
name(String name)
The name of the association.
|
FirewallRuleGroupAssociation.Builder |
priority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated
with a single VPC.
|
FirewallRuleGroupAssociation.Builder |
status(FirewallRuleGroupAssociationStatus status)
The current status of the association.
|
FirewallRuleGroupAssociation.Builder |
status(String status)
The current status of the association.
|
FirewallRuleGroupAssociation.Builder |
statusMessage(String statusMessage)
Additional information about the status of the response, if available.
|
FirewallRuleGroupAssociation.Builder |
vpcId(String vpcId)
The unique identifier of the VPC that is associated with the rule group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirewallRuleGroupAssociation.Builder id(String id)
The identifier for the association.
id - The identifier for the association.FirewallRuleGroupAssociation.Builder arn(String arn)
The Amazon Resource Name (ARN) of the firewall rule group association.
arn - The Amazon Resource Name (ARN) of the firewall rule group association.FirewallRuleGroupAssociation.Builder firewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
firewallRuleGroupId - The unique identifier of the firewall rule group.FirewallRuleGroupAssociation.Builder vpcId(String vpcId)
The unique identifier of the VPC that is associated with the rule group.
vpcId - The unique identifier of the VPC that is associated with the rule group.FirewallRuleGroupAssociation.Builder name(String name)
The name of the association.
name - The name of the association.FirewallRuleGroupAssociation.Builder priority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.
priority - The setting that determines the processing order of the rule group among the rule groups that are
associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the
lowest numeric priority setting.FirewallRuleGroupAssociation.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,
MutationProtectionStatusFirewallRuleGroupAssociation.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,
MutationProtectionStatusFirewallRuleGroupAssociation.Builder managedOwnerName(String managedOwnerName)
The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.
managedOwnerName - The owner of the association, used only for associations that are not managed by you. If you use
Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed
owner.FirewallRuleGroupAssociation.Builder status(String status)
The current status of the association.
status - The current status of the association.FirewallRuleGroupAssociationStatus,
FirewallRuleGroupAssociationStatusFirewallRuleGroupAssociation.Builder status(FirewallRuleGroupAssociationStatus status)
The current status of the association.
status - The current status of the association.FirewallRuleGroupAssociationStatus,
FirewallRuleGroupAssociationStatusFirewallRuleGroupAssociation.Builder statusMessage(String statusMessage)
Additional information about the status of the response, if available.
statusMessage - Additional information about the status of the response, if available.FirewallRuleGroupAssociation.Builder creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
creatorRequestId - A unique string defined by you to identify the request. This allows you to retry failed requests
without the risk of running the operation twice. This can be any unique string, for example, a
timestamp.FirewallRuleGroupAssociation.Builder creationTime(String creationTime)
The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime - The date and time that the association was created, in Unix time format and Coordinated Universal Time
(UTC).FirewallRuleGroupAssociation.Builder modificationTime(String modificationTime)
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime - The date and time that the association was last modified, in Unix time format and Coordinated
Universal Time (UTC).Copyright © 2023. All rights reserved.