Interface InputConfigOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputConfigOutput.Builder,
,InputConfigOutput> SdkBuilder<InputConfigOutput.Builder,
,InputConfigOutput> SdkPojo
- Enclosing class:
InputConfigOutput
@Mutable
@NotThreadSafe
public static interface InputConfigOutput.Builder
extends SdkPojo, CopyableBuilder<InputConfigOutput.Builder,InputConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionpreviousEarthObservationJobArn
(String previousEarthObservationJobArn) The Amazon Resource Name (ARN) of the previous Earth Observation job.default InputConfigOutput.Builder
rasterDataCollectionQuery
(Consumer<RasterDataCollectionQueryOutput.Builder> rasterDataCollectionQuery) The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.rasterDataCollectionQuery
(RasterDataCollectionQueryOutput rasterDataCollectionQuery) The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.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
-
previousEarthObservationJobArn
The Amazon Resource Name (ARN) of the previous Earth Observation job.
- Parameters:
previousEarthObservationJobArn
- The Amazon Resource Name (ARN) of the previous Earth Observation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rasterDataCollectionQuery
InputConfigOutput.Builder rasterDataCollectionQuery(RasterDataCollectionQueryOutput rasterDataCollectionQuery) The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
- Parameters:
rasterDataCollectionQuery
- The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rasterDataCollectionQuery
default InputConfigOutput.Builder rasterDataCollectionQuery(Consumer<RasterDataCollectionQueryOutput.Builder> rasterDataCollectionQuery) The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
This is a convenience method that creates an instance of theRasterDataCollectionQueryOutput.Builder
avoiding the need to create one manually viaRasterDataCollectionQueryOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torasterDataCollectionQuery(RasterDataCollectionQueryOutput)
.- Parameters:
rasterDataCollectionQuery
- a consumer that will call methods onRasterDataCollectionQueryOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-