Interface GeoMosaicConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeoMosaicConfigInput.Builder,
,GeoMosaicConfigInput> SdkBuilder<GeoMosaicConfigInput.Builder,
,GeoMosaicConfigInput> SdkPojo
- Enclosing class:
GeoMosaicConfigInput
@Mutable
@NotThreadSafe
public static interface GeoMosaicConfigInput.Builder
extends SdkPojo, CopyableBuilder<GeoMosaicConfigInput.Builder,GeoMosaicConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptionalgorithmName
(String algorithmName) The name of the algorithm being used for geomosaic.algorithmName
(AlgorithmNameGeoMosaic algorithmName) The name of the algorithm being used for geomosaic.targetBands
(String... targetBands) The target bands for geomosaic.targetBands
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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
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.
-