Interface CreateFirewallDomainListRequest.Builder

  • Method Details

    • clientToken

      A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • globalResolverId

      CreateFirewallDomainListRequest.Builder globalResolverId(String globalResolverId)

      The ID of the Route 53 Global Resolver that the domain list will be associated with.

      Parameters:
      globalResolverId - The ID of the Route 53 Global Resolver that the domain list will be associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      An optional description for the firewall domain list.

      Parameters:
      description - An optional description for the firewall domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A descriptive name for the firewall domain list.

      Parameters:
      name - A descriptive name for the firewall domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of user-defined keys and optional values. These tags can be used for categorization and organization.

      Parameters:
      tags - An array of user-defined keys and optional values. These tags can be used for categorization and organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateFirewallDomainListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.