Interface LayerFailure.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LayerFailure.Builder,,- LayerFailure> - SdkBuilder<LayerFailure.Builder,,- LayerFailure> - SdkPojo
- Enclosing class:
- LayerFailure
@Mutable
@NotThreadSafe
public static interface LayerFailure.Builder
extends SdkPojo, CopyableBuilder<LayerFailure.Builder,LayerFailure> 
- 
Method SummaryModifier and TypeMethodDescriptionfailureCode(String failureCode) The failure code that's associated with the failure.failureCode(LayerFailureCode failureCode) The failure code that's associated with the failure.failureReason(String failureReason) The reason for the failure.layerDigest(String layerDigest) The layer digest that's associated with the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
layerDigestThe 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.
 
- 
failureCodeThe 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:
 
- 
failureCodeThe 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:
 
- 
failureReasonThe 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.
 
 
-