Interface EarthObservationJobErrorDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EarthObservationJobErrorDetails.Builder,
,EarthObservationJobErrorDetails> SdkBuilder<EarthObservationJobErrorDetails.Builder,
,EarthObservationJobErrorDetails> SdkPojo
- Enclosing class:
EarthObservationJobErrorDetails
@Mutable
@NotThreadSafe
public static interface EarthObservationJobErrorDetails.Builder
extends SdkPojo, CopyableBuilder<EarthObservationJobErrorDetails.Builder,EarthObservationJobErrorDetails>
-
Method Summary
Modifier and TypeMethodDescriptionA detailed message describing the error in an Earth Observation job.The type of error in an Earth Observation job.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-