Interface StepDetailsError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StepDetailsError.Builder,StepDetailsError>,SdkBuilder<StepDetailsError.Builder,StepDetailsError>,SdkPojo
- Enclosing class:
- StepDetailsError
public static interface StepDetailsError.Builder extends SdkPojo, CopyableBuilder<StepDetailsError.Builder,StepDetailsError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepDetailsError.Buildercode(String code)The error code.StepDetailsError.Buildercode(JobEntityErrorCode code)The error code.StepDetailsError.BuilderjobId(String jobId)The job ID.StepDetailsError.Buildermessage(String message)The error message detailing the error's cause.StepDetailsError.BuilderstepId(String stepId)The step ID.-
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
-
code
StepDetailsError.Builder code(String code)
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobEntityErrorCode,JobEntityErrorCode
-
code
StepDetailsError.Builder code(JobEntityErrorCode code)
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobEntityErrorCode,JobEntityErrorCode
-
jobId
StepDetailsError.Builder jobId(String jobId)
The job ID.
- Parameters:
jobId- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
StepDetailsError.Builder message(String message)
The error message detailing the error's cause.
- Parameters:
message- The error message detailing the error's cause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
StepDetailsError.Builder stepId(String stepId)
The step ID.
- Parameters:
stepId- The step ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-