Interface LastError.Builder

    • Method Detail

      • message

        LastError.Builder message​(String message)

        The error message for the VPC endpoint error.

        Parameters:
        message - The error message for the VPC endpoint error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        LastError.Builder code​(String code)

        The error code for the VPC endpoint error.

        Parameters:
        code - The error code for the VPC endpoint error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.