Interface LayerFailure.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LayerFailure.Builder,LayerFailure>, SdkBuilder<LayerFailure.Builder,LayerFailure>, SdkPojo
Enclosing class:
LayerFailure

public static interface LayerFailure.Builder extends SdkPojo, CopyableBuilder<LayerFailure.Builder,LayerFailure>
  • Method Details

    • 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:
    • 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:
    • 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.