CopyableBuilder<LayerFailure.Builder,LayerFailure>
, SdkBuilder<LayerFailure.Builder,LayerFailure>
public static interface LayerFailure.Builder extends CopyableBuilder<LayerFailure.Builder,LayerFailure>
Modifier and Type | Method | Description |
---|---|---|
LayerFailure.Builder |
failureCode(String failureCode) |
The failure code associated with the failure.
|
LayerFailure.Builder |
failureCode(LayerFailureCode 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
apply, 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
LayerFailure.Builder failureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
failureCode
- The failure code associated with the failure.LayerFailureCode
LayerFailure.Builder failureReason(String failureReason)
The reason for the failure.
failureReason
- The reason for the failure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.