Interface UpdateGlobalResolverResponse.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

      UpdateGlobalResolverResponse.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 to be used by the customers' DNS clients for certification validation.

      Parameters:
      dnsName - The hostname to be 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

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

      Name of the Global Resolver.

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

      UpdateGlobalResolverResponse.Builder description(String description)

      Description of the Global Resolver.

      Parameters:
      description - 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 will operate.

      Parameters:
      regions - The AWS Regions in which the Global Resolver will 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 will operate.

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

      The time and date the Global Resolverwas created.

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

      The time and date the Global Resolver was updated.

      Parameters:
      updatedAt - The time and date 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

      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

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