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 Details

    • 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:
    • 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

      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.