Interface GetFirewallDomainListResponse.Builder

  • Method Details

    • arn

      Amazon Resource Name (ARN) of the domain list.

      Parameters:
      arn - Amazon Resource Name (ARN) of the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • globalResolverId

      GetFirewallDomainListResponse.Builder globalResolverId(String globalResolverId)

      ID of the Global Resolver that the domain list is associated to.

      Parameters:
      globalResolverId - ID of the Global Resolver that the domain list is associated to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • createdAt

      The time and date the domain list was created.

      Parameters:
      createdAt - The time and date the domain list was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The description of the domain list.

      Parameters:
      description - The description of the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainCount

      Number of domains in the domain list.

      Parameters:
      domainCount - Number of domains in the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      ID of the domain list.

      Parameters:
      id - ID of the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Name of the domain list.

      Parameters:
      name - Name of the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Operational status of the domain list.

      Parameters:
      status - Operational status of the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Operational status of the domain list.

      Parameters:
      status - Operational status of the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      GetFirewallDomainListResponse.Builder statusMessage(String statusMessage)

      Additional information about the status of the domain list.

      Parameters:
      statusMessage - Additional information about the status of the domain list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the domain list was updated.

      Parameters:
      updatedAt - The date and time the domain list was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.