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 Details

    • 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

      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

      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

      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

      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:
    • 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:
    • 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

      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:
    • 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:
    • 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.