Interface ConnectPeerError.Builder

  • Method Details

    • code

      The error code for the Connect peer request.

      Parameters:
      code - The error code for the Connect peer request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code for the Connect peer request.

      Parameters:
      code - The error code for the Connect peer request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      ConnectPeerError.Builder message(String message)

      The message associated with the error code.

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

      ConnectPeerError.Builder resourceArn(String resourceArn)

      The ARN of the requested Connect peer resource.

      Parameters:
      resourceArn - The ARN of the requested Connect peer resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      ConnectPeerError.Builder requestId(String requestId)

      The ID of the Connect peer request.

      Parameters:
      requestId - The ID of the Connect peer request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.