Interface CreateAccessSourceResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the access source.

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

      The IP address or CIDR range that is allowed to send DNS queries to the Route 53 Global Resolver.

      Parameters:
      cidr - The IP address or CIDR range that is allowed to send DNS queries to the Route 53 Global Resolver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time when the access source was created.

      Parameters:
      createdAt - The date and time when the access source was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier for the access source.

      Parameters:
      id - The unique identifier for the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddressType

      CreateAccessSourceResponse.Builder ipAddressType(String ipAddressType)

      The IP address type for this access source (IPv4 or IPv6).

      Parameters:
      ipAddressType - The IP address type for this access source (IPv4 or IPv6).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      CreateAccessSourceResponse.Builder ipAddressType(IpAddressType ipAddressType)

      The IP address type for this access source (IPv4 or IPv6).

      Parameters:
      ipAddressType - The IP address type for this access source (IPv4 or IPv6).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The descriptive name of the access source.

      Parameters:
      name - The descriptive name of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViewId

      The ID of the DNS view associated with this access source.

      Parameters:
      dnsViewId - The ID of the DNS view associated with this access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).

      Parameters:
      protocol - The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).

      Parameters:
      protocol - The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The operational status of the access source.

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

      The operational status of the access source.

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

      The date and time when the access source was last updated.

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