Interface CloudRemovalConfigInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CloudRemovalConfigInput.Builder,CloudRemovalConfigInput>, SdkBuilder<CloudRemovalConfigInput.Builder,CloudRemovalConfigInput>, SdkPojo
Enclosing class:
CloudRemovalConfigInput

public static interface CloudRemovalConfigInput.Builder extends SdkPojo, CopyableBuilder<CloudRemovalConfigInput.Builder,CloudRemovalConfigInput>
  • Method Details

    • algorithmName

      CloudRemovalConfigInput.Builder algorithmName(String algorithmName)

      The name of the algorithm used for cloud removal.

      Parameters:
      algorithmName - The name of the algorithm used for cloud removal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • algorithmName

      The name of the algorithm used for cloud removal.

      Parameters:
      algorithmName - The name of the algorithm used for cloud removal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • interpolationValue

      CloudRemovalConfigInput.Builder interpolationValue(String interpolationValue)

      The interpolation value you provide for cloud removal.

      Parameters:
      interpolationValue - The interpolation value you provide for cloud removal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetBands

      TargetBands to be returned in the output of CloudRemoval operation.

      Parameters:
      targetBands - TargetBands to be returned in the output of CloudRemoval operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetBands

      CloudRemovalConfigInput.Builder targetBands(String... targetBands)

      TargetBands to be returned in the output of CloudRemoval operation.

      Parameters:
      targetBands - TargetBands to be returned in the output of CloudRemoval operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.