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