Interface EarthObservationJobErrorDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EarthObservationJobErrorDetails.Builder,EarthObservationJobErrorDetails>,SdkBuilder<EarthObservationJobErrorDetails.Builder,EarthObservationJobErrorDetails>,SdkPojo
- Enclosing class:
- EarthObservationJobErrorDetails
public static interface EarthObservationJobErrorDetails.Builder extends SdkPojo, CopyableBuilder<EarthObservationJobErrorDetails.Builder,EarthObservationJobErrorDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EarthObservationJobErrorDetails.Buildermessage(String message)A detailed message describing the error in an Earth Observation job.EarthObservationJobErrorDetails.Buildertype(String type)The type of error in an Earth Observation job.EarthObservationJobErrorDetails.Buildertype(EarthObservationJobErrorType type)The type of error in an Earth Observation 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
-
message
EarthObservationJobErrorDetails.Builder message(String message)
A detailed message describing the error in an Earth Observation job.
- Parameters:
message- A detailed message describing the error in an Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
EarthObservationJobErrorDetails.Builder type(String type)
The type of error in an Earth Observation job.
- Parameters:
type- The type of error in an Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobErrorType,EarthObservationJobErrorType
-
type
EarthObservationJobErrorDetails.Builder type(EarthObservationJobErrorType type)
The type of error in an Earth Observation job.
- Parameters:
type- The type of error in an Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EarthObservationJobErrorType,EarthObservationJobErrorType
-
-