Interface ExportErrorDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportErrorDetails.Builder,ExportErrorDetails>,SdkBuilder<ExportErrorDetails.Builder,ExportErrorDetails>,SdkPojo
- Enclosing class:
- ExportErrorDetails
public static interface ExportErrorDetails.Builder extends SdkPojo, CopyableBuilder<ExportErrorDetails.Builder,ExportErrorDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ExportErrorDetails.BuilderexportResults(Consumer<ExportErrorDetailsOutput.Builder> exportResults)The structure for returning the export error details while exporting results of an Earth Observation job.ExportErrorDetails.BuilderexportResults(ExportErrorDetailsOutput exportResults)The structure for returning the export error details while exporting results of an Earth Observation job.default ExportErrorDetails.BuilderexportSourceImages(Consumer<ExportErrorDetailsOutput.Builder> exportSourceImages)The structure for returning the export error details while exporting the source images of an Earth Observation job.ExportErrorDetails.BuilderexportSourceImages(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, sdkFields
-
-
-
-
Method Detail
-
exportResults
ExportErrorDetails.Builder exportResults(ExportErrorDetailsOutput 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.Builderavoiding the need to create one manually viaExportErrorDetailsOutput.builder().When the
Consumercompletes,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:
exportResults(ExportErrorDetailsOutput)
-
exportSourceImages
ExportErrorDetails.Builder exportSourceImages(ExportErrorDetailsOutput 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.Builderavoiding the need to create one manually viaExportErrorDetailsOutput.builder().When the
Consumercompletes,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:
exportSourceImages(ExportErrorDetailsOutput)
-
-