Interface ExportErrorDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportErrorDetails.Builder,
,ExportErrorDetails> SdkBuilder<ExportErrorDetails.Builder,
,ExportErrorDetails> SdkPojo
- Enclosing class:
ExportErrorDetails
@Mutable
@NotThreadSafe
public static interface ExportErrorDetails.Builder
extends SdkPojo, CopyableBuilder<ExportErrorDetails.Builder,ExportErrorDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ExportErrorDetails.Builder
exportResults
(Consumer<ExportErrorDetailsOutput.Builder> exportResults) The structure for returning the export error details while exporting results of an Earth Observation job.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.exportSourceImages
(ExportErrorDetailsOutput exportSourceImages) The structure for returning the export error details while exporting the source images of 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
-
exportResults
The structure for returning the export error details while exporting results of an Earth Observation job.
- Parameters:
exportResults
- The structure for returning the export error details while exporting results of an Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportResults
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 viaExportErrorDetailsOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportResults(ExportErrorDetailsOutput)
.- Parameters:
exportResults
- a consumer that will call methods onExportErrorDetailsOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportSourceImages
The structure for returning the export error details while exporting the source images of an Earth Observation job.
- Parameters:
exportSourceImages
- The structure for returning the export error details while exporting the source images of an Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSourceImages
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 viaExportErrorDetailsOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportSourceImages(ExportErrorDetailsOutput)
.- Parameters:
exportSourceImages
- a consumer that will call methods onExportErrorDetailsOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-