Interface LayerFailure.Builder

    • Method Detail

      • layerDigest

        LayerFailure.Builder layerDigest​(String layerDigest)

        The layer digest that's associated with the failure.

        Parameters:
        layerDigest - The layer digest that's associated with the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureCode

        LayerFailure.Builder failureCode​(String failureCode)

        The failure code that's associated with the failure.

        Parameters:
        failureCode - The failure code that's associated with the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LayerFailureCode, LayerFailureCode
      • failureCode

        LayerFailure.Builder failureCode​(LayerFailureCode failureCode)

        The failure code that's associated with the failure.

        Parameters:
        failureCode - The failure code that's associated with the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LayerFailureCode, LayerFailureCode
      • failureReason

        LayerFailure.Builder failureReason​(String failureReason)

        The reason for the failure.

        Parameters:
        failureReason - The reason for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.