Interface EndpointMetadata.Builder

  • Method Details

    • endpointName

      EndpointMetadata.Builder endpointName(String endpointName)

      The name of the endpoint.

      Parameters:
      endpointName - The name of the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointConfigName

      EndpointMetadata.Builder endpointConfigName(String endpointConfigName)

      The name of the endpoint configuration.

      Parameters:
      endpointConfigName - The name of the endpoint configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointStatus

      EndpointMetadata.Builder endpointStatus(String endpointStatus)

      The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.

      Parameters:
      endpointStatus - The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endpointStatus

      EndpointMetadata.Builder endpointStatus(EndpointStatus endpointStatus)

      The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.

      Parameters:
      endpointStatus - The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureReason

      EndpointMetadata.Builder failureReason(String failureReason)

      If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.

      Parameters:
      failureReason - If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.