Interface JobFailure.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<JobFailure.Builder,,JobFailure> SdkBuilder<JobFailure.Builder,,JobFailure> SdkPojo
- Enclosing class:
 JobFailure
public static interface JobFailure.Builder
extends SdkPojo, CopyableBuilder<JobFailure.Builder,JobFailure> 
- 
Method Summary
Modifier and TypeMethodDescriptionfailureCode(String failureCode) The failure code, if any, for the specified job.failureReason(String failureReason) The failure reason, if any, for the specified job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
failureCode
The failure code, if any, for the specified job.
- Parameters:
 failureCode- The failure code, if any, for the specified job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
failureReason
The failure reason, if any, for the specified job.
- Parameters:
 failureReason- The failure reason, if any, for the specified job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -