Interface GeoMosaicConfigInput.Builder

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