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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
algorithmNameThe 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:
 
- 
algorithmNameThe 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:
 
- 
targetBandsThe 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.
 
- 
targetBandsThe 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.
 
 
-