Interface GeoMosaicConfigInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeoMosaicConfigInput.Builder,GeoMosaicConfigInput>,SdkBuilder<GeoMosaicConfigInput.Builder,GeoMosaicConfigInput>,SdkPojo
- Enclosing class:
- GeoMosaicConfigInput
public static interface GeoMosaicConfigInput.Builder extends SdkPojo, CopyableBuilder<GeoMosaicConfigInput.Builder,GeoMosaicConfigInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoMosaicConfigInput.BuilderalgorithmName(String algorithmName)The name of the algorithm being used for geomosaic.GeoMosaicConfigInput.BuilderalgorithmName(AlgorithmNameGeoMosaic algorithmName)The name of the algorithm being used for geomosaic.GeoMosaicConfigInput.BuildertargetBands(String... targetBands)The target bands for geomosaic.GeoMosaicConfigInput.BuildertargetBands(Collection<String> targetBands)The target bands for geomosaic.-
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
-
algorithmName
GeoMosaicConfigInput.Builder algorithmName(String algorithmName)
The name of the algorithm being used for geomosaic.
- Parameters:
algorithmName- The name of the algorithm being used for geomosaic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlgorithmNameGeoMosaic,AlgorithmNameGeoMosaic
-
algorithmName
GeoMosaicConfigInput.Builder algorithmName(AlgorithmNameGeoMosaic algorithmName)
The name of the algorithm being used for geomosaic.
- Parameters:
algorithmName- The name of the algorithm being used for geomosaic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlgorithmNameGeoMosaic,AlgorithmNameGeoMosaic
-
targetBands
GeoMosaicConfigInput.Builder targetBands(Collection<String> targetBands)
The target bands for geomosaic.
- Parameters:
targetBands- The target bands for geomosaic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetBands
GeoMosaicConfigInput.Builder targetBands(String... targetBands)
The target bands for geomosaic.
- Parameters:
targetBands- The target bands for geomosaic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-