Interface VgwTelemetry.Builder

    • Method Detail

      • acceptedRouteCount

        VgwTelemetry.Builder acceptedRouteCount​(Integer acceptedRouteCount)

        The number of accepted routes.

        Parameters:
        acceptedRouteCount - The number of accepted routes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastStatusChange

        VgwTelemetry.Builder lastStatusChange​(Instant lastStatusChange)

        The date and time of the last change in status.

        Parameters:
        lastStatusChange - The date and time of the last change in status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outsideIpAddress

        VgwTelemetry.Builder outsideIpAddress​(String outsideIpAddress)

        The Internet-routable IP address of the virtual private gateway's outside interface.

        Parameters:
        outsideIpAddress - The Internet-routable IP address of the virtual private gateway's outside interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        VgwTelemetry.Builder statusMessage​(String statusMessage)

        If an error occurs, a description of the error.

        Parameters:
        statusMessage - If an error occurs, a description of the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateArn

        VgwTelemetry.Builder certificateArn​(String certificateArn)

        The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

        Parameters:
        certificateArn - The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.