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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobFailure.BuilderfailureCode(String failureCode)The failure code, if any, for the specified job.JobFailure.BuilderfailureReason(String failureReason)The failure reason, if any, for the specified job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
failureCode
JobFailure.Builder failureCode(String 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
JobFailure.Builder failureReason(String 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.
-
-