public static interface ExportErrorDetails.Builder extends SdkPojo, CopyableBuilder<ExportErrorDetails.Builder,ExportErrorDetails>
| Modifier and Type | Method and Description |
|---|---|
default ExportErrorDetails.Builder |
exportResults(Consumer<ExportErrorDetailsOutput.Builder> exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
|
ExportErrorDetails.Builder |
exportResults(ExportErrorDetailsOutput exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
|
default ExportErrorDetails.Builder |
exportSourceImages(Consumer<ExportErrorDetailsOutput.Builder> exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth
Observation job.
|
ExportErrorDetails.Builder |
exportSourceImages(ExportErrorDetailsOutput exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth
Observation job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportErrorDetails.Builder exportResults(ExportErrorDetailsOutput exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
exportResults - The structure for returning the export error details while exporting results of an Earth Observation
job.default ExportErrorDetails.Builder exportResults(Consumer<ExportErrorDetailsOutput.Builder> exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
This is a convenience method that creates an instance of theExportErrorDetailsOutput.Builder
avoiding the need to create one manually via ExportErrorDetailsOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to exportResults(ExportErrorDetailsOutput).
exportResults - a consumer that will call methods on ExportErrorDetailsOutput.BuilderexportResults(ExportErrorDetailsOutput)ExportErrorDetails.Builder exportSourceImages(ExportErrorDetailsOutput exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth Observation job.
exportSourceImages - The structure for returning the export error details while exporting the source images of an Earth
Observation job.default ExportErrorDetails.Builder exportSourceImages(Consumer<ExportErrorDetailsOutput.Builder> exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth Observation job.
This is a convenience method that creates an instance of theExportErrorDetailsOutput.Builder
avoiding the need to create one manually via ExportErrorDetailsOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to exportSourceImages(ExportErrorDetailsOutput).
exportSourceImages - a consumer that will call methods on ExportErrorDetailsOutput.BuilderexportSourceImages(ExportErrorDetailsOutput)Copyright © 2023. All rights reserved.