Interface DeleteAccessSourceResponse.Builder

  • Method Details

    • arn

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

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

      The IP address or CIDR range of the deleted access source.

      Parameters:
      cidr - The IP address or CIDR range of the deleted access source.
      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 originally created.

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

      The unique identifier of the deleted access source.

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

      DeleteAccessSourceResponse.Builder ipAddressType(String ipAddressType)

      The IP address type of the deleted access source (IPv4 or IPv6).

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

      DeleteAccessSourceResponse.Builder ipAddressType(IpAddressType ipAddressType)

      The IP address type of the deleted access source (IPv4 or IPv6).

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

      The name of the deleted access source.

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

      The ID of the DNS view that was associated with the deleted access source.

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

      The DNS protocol that was permitted for the deleted access source.

      Parameters:
      protocol - The DNS protocol that was permitted for the deleted access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The DNS protocol that was permitted for the deleted access source.

      Parameters:
      protocol - The DNS protocol that was permitted for the deleted access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The final status of the deleted access source.

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

      The final status of the deleted access source.

      Parameters:
      status - The final status of the deleted 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 before deletion.

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