Interface FirewallRuleGroupAssociation.Builder

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