public static interface LayerFailure.Builder extends SdkPojo, CopyableBuilder<LayerFailure.Builder,LayerFailure>
Modifier and Type | Method and Description |
---|---|
LayerFailure.Builder |
failureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
|
LayerFailure.Builder |
failureCode(String failureCode)
The failure code associated with the failure.
|
LayerFailure.Builder |
failureReason(String failureReason)
The reason for the failure.
|
LayerFailure.Builder |
layerDigest(String layerDigest)
The layer digest associated with the failure.
|
copy
applyMutation, build
LayerFailure.Builder layerDigest(String layerDigest)
The layer digest associated with the failure.
layerDigest
- The layer digest associated with the failure.LayerFailure.Builder failureCode(String failureCode)
The failure code associated with the failure.
failureCode
- The failure code associated with the failure.LayerFailureCode
,
LayerFailureCode
LayerFailure.Builder failureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
failureCode
- The failure code associated with the failure.LayerFailureCode
,
LayerFailureCode
LayerFailure.Builder failureReason(String failureReason)
The reason for the failure.
failureReason
- The reason for the failure.Copyright © 2019. All rights reserved.