Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.InputConfigOutput.Builder
-
Packages that use InputConfigOutput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of InputConfigOutput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return InputConfigOutput.Builder Modifier and Type Method Description static InputConfigOutput.BuilderInputConfigOutput. builder()InputConfigOutput.BuilderInputConfigOutput.Builder. previousEarthObservationJobArn(String previousEarthObservationJobArn)The Amazon Resource Name (ARN) of the previous Earth Observation job.default InputConfigOutput.BuilderInputConfigOutput.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.BuilderInputConfigOutput.Builder. rasterDataCollectionQuery(RasterDataCollectionQueryOutput rasterDataCollectionQuery)The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.InputConfigOutput.BuilderInputConfigOutput. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type InputConfigOutput.Builder Modifier and Type Method Description static Class<? extends InputConfigOutput.Builder>InputConfigOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type InputConfigOutput.Builder Modifier and Type Method Description default GetEarthObservationJobResponse.BuilderGetEarthObservationJobResponse.Builder. inputConfig(Consumer<InputConfigOutput.Builder> inputConfig)Input data for the Earth Observation job.default StartEarthObservationJobResponse.BuilderStartEarthObservationJobResponse.Builder. inputConfig(Consumer<InputConfigOutput.Builder> inputConfig)Input configuration information for the Earth Observation job.
-