Interface ExportErrorDetailsOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportErrorDetailsOutput.Builder,ExportErrorDetailsOutput>,SdkBuilder<ExportErrorDetailsOutput.Builder,ExportErrorDetailsOutput>,SdkPojo
- Enclosing class:
- ExportErrorDetailsOutput
public static interface ExportErrorDetailsOutput.Builder extends SdkPojo, CopyableBuilder<ExportErrorDetailsOutput.Builder,ExportErrorDetailsOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportErrorDetailsOutput.Buildermessage(String message)A detailed message describing the error in an export EarthObservationJob operation.ExportErrorDetailsOutput.Buildertype(String type)The type of error in an export EarthObservationJob operation.ExportErrorDetailsOutput.Buildertype(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, sdkFields
-
-
-
-
Method Detail
-
message
ExportErrorDetailsOutput.Builder message(String 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
ExportErrorDetailsOutput.Builder type(String 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:
ExportErrorType,ExportErrorType
-
type
ExportErrorDetailsOutput.Builder type(ExportErrorType 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:
ExportErrorType,ExportErrorType
-
-