Interface ExportErrorDetailsOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportErrorDetailsOutput.Builder,
,ExportErrorDetailsOutput> SdkBuilder<ExportErrorDetailsOutput.Builder,
,ExportErrorDetailsOutput> SdkPojo
- Enclosing class:
ExportErrorDetailsOutput
@Mutable
@NotThreadSafe
public static interface ExportErrorDetailsOutput.Builder
extends SdkPojo, CopyableBuilder<ExportErrorDetailsOutput.Builder,ExportErrorDetailsOutput>
-
Method Summary
Modifier and TypeMethodDescriptionA detailed message describing the error in an export EarthObservationJob operation.The type of error in an export EarthObservationJob operation.type
(ExportErrorType type) The type of error in an export EarthObservationJob operation.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 export EarthObservationJob operation.
- Parameters:
message
- A detailed message describing the error in an export EarthObservationJob operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of error in an export EarthObservationJob operation.
- Parameters:
type
- The type of error in an export EarthObservationJob operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of error in an export EarthObservationJob operation.
- Parameters:
type
- The type of error in an export EarthObservationJob operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-