Interface GetGlobalResolverResponse.Builder

  • Method Details

    • id

      The ID of the Global Resolver.

      Parameters:
      id - The ID of the Global Resolver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the Global Resolver.

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

      GetGlobalResolverResponse.Builder clientToken(String 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.
    • dnsName

      The hostname used by the customers' DNS clients for certification validation.

      Parameters:
      dnsName - The hostname used by the customers' DNS clients for certification validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • observabilityRegion

      GetGlobalResolverResponse.Builder observabilityRegion(String observabilityRegion)

      The AWS Regions in which the users' Global Resolver query resolution logs will be propagated.

      Parameters:
      observabilityRegion - The AWS Regions in which the users' Global Resolver query resolution logs will be propagated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the Global Resolver.

      Parameters:
      name - The name of the Global Resolver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetGlobalResolverResponse.Builder description(String description)

      The description of the Global Resolver.

      Parameters:
      description - The description of the Global Resolver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regions

      The AWS Regions in which the Global Resolver operate.

      Parameters:
      regions - The AWS Regions in which the Global Resolver operate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regions

      The AWS Regions in which the Global Resolver operate.

      Parameters:
      regions - The AWS Regions in which the Global Resolver operate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time the Global Resolver was created.

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

      The date and time the Global Resolver was updated.

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

      The operational status of the Global Resolver.

      Parameters:
      status - The operational status of the Global Resolver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The operational status of the Global Resolver.

      Parameters:
      status - The operational status of the Global Resolver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipv4Addresses

      GetGlobalResolverResponse.Builder ipv4Addresses(Collection<String> ipv4Addresses)

      List of anycast IPv4 addresses associated with the Global Resolver instance.

      Parameters:
      ipv4Addresses - List of anycast IPv4 addresses associated with the Global Resolver instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv4Addresses

      GetGlobalResolverResponse.Builder ipv4Addresses(String... ipv4Addresses)

      List of anycast IPv4 addresses associated with the Global Resolver instance.

      Parameters:
      ipv4Addresses - List of anycast IPv4 addresses associated with the Global Resolver instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.