Interface InputConfigOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputConfigOutput.Builder,InputConfigOutput>,SdkBuilder<InputConfigOutput.Builder,InputConfigOutput>,SdkPojo
- Enclosing class:
- InputConfigOutput
public static interface InputConfigOutput.Builder extends SdkPojo, CopyableBuilder<InputConfigOutput.Builder,InputConfigOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description InputConfigOutput.BuilderpreviousEarthObservationJobArn(String previousEarthObservationJobArn)The Amazon Resource Name (ARN) of the previous Earth Observation job.default InputConfigOutput.BuilderrasterDataCollectionQuery(Consumer<RasterDataCollectionQueryOutput.Builder> rasterDataCollectionQuery)The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.InputConfigOutput.BuilderrasterDataCollectionQuery(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, sdkFields
-
-
-
-
Method Detail
-
previousEarthObservationJobArn
InputConfigOutput.Builder previousEarthObservationJobArn(String 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.Builderavoiding the need to create one manually viaRasterDataCollectionQueryOutput.builder().When the
Consumercompletes,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:
rasterDataCollectionQuery(RasterDataCollectionQueryOutput)
-
-