Interface VpcEndpointError.Builder

  • Method Details

    • vpcEndpointId

      VpcEndpointError.Builder vpcEndpointId(String vpcEndpointId)

      The unique identifier of the endpoint.

      Parameters:
      vpcEndpointId - The unique identifier of the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      VpcEndpointError.Builder errorCode(String errorCode)

      The code associated with the error.

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

      The code associated with the error.

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

      VpcEndpointError.Builder errorMessage(String errorMessage)

      A message describing the error.

      Parameters:
      errorMessage - A message describing the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.