Interface FirewallRuleGroupAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallRuleGroupAssociation.Builder,FirewallRuleGroupAssociation>,SdkBuilder<FirewallRuleGroupAssociation.Builder,FirewallRuleGroupAssociation>,SdkPojo
- Enclosing class:
- FirewallRuleGroupAssociation
public static interface FirewallRuleGroupAssociation.Builder extends SdkPojo, CopyableBuilder<FirewallRuleGroupAssociation.Builder,FirewallRuleGroupAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallRuleGroupAssociation.Builderarn(String arn)The Amazon Resource Name (ARN) of the firewall rule group association.FirewallRuleGroupAssociation.BuildercreationTime(String creationTime)The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).FirewallRuleGroupAssociation.BuildercreatorRequestId(String creatorRequestId)A unique string defined by you to identify the request.FirewallRuleGroupAssociation.BuilderfirewallRuleGroupId(String firewallRuleGroupId)The unique identifier of the firewall rule group.FirewallRuleGroupAssociation.Builderid(String id)The identifier for the association.FirewallRuleGroupAssociation.BuildermanagedOwnerName(String managedOwnerName)The owner of the association, used only for associations that are not managed by you.FirewallRuleGroupAssociation.BuildermodificationTime(String modificationTime)The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).FirewallRuleGroupAssociation.BuildermutationProtection(String mutationProtection)If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.FirewallRuleGroupAssociation.BuildermutationProtection(MutationProtectionStatus mutationProtection)If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.FirewallRuleGroupAssociation.Buildername(String name)The name of the association.FirewallRuleGroupAssociation.Builderpriority(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.Builderstatus(String status)The current status of the association.FirewallRuleGroupAssociation.Builderstatus(FirewallRuleGroupAssociationStatus status)The current status of the association.FirewallRuleGroupAssociation.BuilderstatusMessage(String statusMessage)Additional information about the status of the response, if available.FirewallRuleGroupAssociation.BuildervpcId(String vpcId)The unique identifier of the VPC that is associated with the rule group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
FirewallRuleGroupAssociation.Builder id(String id)
The identifier for the association.
- Parameters:
id- The identifier for the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
FirewallRuleGroupAssociation.Builder arn(String arn)
The Amazon Resource Name (ARN) of the firewall rule group association.
- Parameters:
arn- The Amazon Resource Name (ARN) of the firewall rule group association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallRuleGroupId
FirewallRuleGroupAssociation.Builder firewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
- Parameters:
firewallRuleGroupId- The unique identifier of the firewall rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
FirewallRuleGroupAssociation.Builder vpcId(String vpcId)
The unique identifier of the VPC that is associated with the rule group.
- Parameters:
vpcId- The unique identifier of the VPC that is associated with the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
FirewallRuleGroupAssociation.Builder name(String name)
The name of the association.
- Parameters:
name- The name of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mutationProtection
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.
- Parameters:
mutationProtection- If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MutationProtectionStatus,MutationProtectionStatus
-
mutationProtection
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.
- Parameters:
mutationProtection- If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MutationProtectionStatus,MutationProtectionStatus
-
managedOwnerName
FirewallRuleGroupAssociation.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
FirewallRuleGroupAssociation.Builder status(String status)
The current status of the association.
- Parameters:
status- The current status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FirewallRuleGroupAssociationStatus,FirewallRuleGroupAssociationStatus
-
status
FirewallRuleGroupAssociation.Builder status(FirewallRuleGroupAssociationStatus status)
The current status of the association.
- Parameters:
status- The current status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FirewallRuleGroupAssociationStatus,FirewallRuleGroupAssociationStatus
-
statusMessage
FirewallRuleGroupAssociation.Builder statusMessage(String statusMessage)
Additional information about the status of the response, if available.
- Parameters:
statusMessage- Additional information about the status of the response, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorRequestId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
FirewallRuleGroupAssociation.Builder creationTime(String creationTime)
The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
creationTime- The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modificationTime
FirewallRuleGroupAssociation.Builder modificationTime(String modificationTime)
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
modificationTime- The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-