public static interface InputConfigOutput.Builder extends SdkPojo, CopyableBuilder<InputConfigOutput.Builder,InputConfigOutput>
| Modifier and Type | Method and Description |
|---|---|
InputConfigOutput.Builder |
previousEarthObservationJobArn(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.
|
InputConfigOutput.Builder |
rasterDataCollectionQuery(RasterDataCollectionQueryOutput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputConfigOutput.Builder previousEarthObservationJobArn(String previousEarthObservationJobArn)
The Amazon Resource Name (ARN) of the previous Earth Observation job.
previousEarthObservationJobArn - The Amazon Resource Name (ARN) of the previous Earth Observation job.InputConfigOutput.Builder rasterDataCollectionQuery(RasterDataCollectionQueryOutput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
rasterDataCollectionQuery - The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.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 via RasterDataCollectionQueryOutput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to rasterDataCollectionQuery(RasterDataCollectionQueryOutput).
rasterDataCollectionQuery - a consumer that will call methods on RasterDataCollectionQueryOutput.BuilderrasterDataCollectionQuery(RasterDataCollectionQueryOutput)Copyright © 2023. All rights reserved.