public static interface CloudRemovalConfigInput.Builder extends SdkPojo, CopyableBuilder<CloudRemovalConfigInput.Builder,CloudRemovalConfigInput>
| Modifier and Type | Method and Description |
|---|---|
CloudRemovalConfigInput.Builder |
algorithmName(AlgorithmNameCloudRemoval algorithmName)
The name of the algorithm used for cloud removal.
|
CloudRemovalConfigInput.Builder |
algorithmName(String algorithmName)
The name of the algorithm used for cloud removal.
|
CloudRemovalConfigInput.Builder |
interpolationValue(String interpolationValue)
The interpolation value you provide for cloud removal.
|
CloudRemovalConfigInput.Builder |
targetBands(Collection<String> targetBands)
TargetBands to be returned in the output of CloudRemoval operation.
|
CloudRemovalConfigInput.Builder |
targetBands(String... targetBands)
TargetBands to be returned in the output of CloudRemoval operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudRemovalConfigInput.Builder algorithmName(String algorithmName)
The name of the algorithm used for cloud removal.
algorithmName - The name of the algorithm used for cloud removal.AlgorithmNameCloudRemoval,
AlgorithmNameCloudRemovalCloudRemovalConfigInput.Builder algorithmName(AlgorithmNameCloudRemoval algorithmName)
The name of the algorithm used for cloud removal.
algorithmName - The name of the algorithm used for cloud removal.AlgorithmNameCloudRemoval,
AlgorithmNameCloudRemovalCloudRemovalConfigInput.Builder interpolationValue(String interpolationValue)
The interpolation value you provide for cloud removal.
interpolationValue - The interpolation value you provide for cloud removal.CloudRemovalConfigInput.Builder targetBands(Collection<String> targetBands)
TargetBands to be returned in the output of CloudRemoval operation.
targetBands - TargetBands to be returned in the output of CloudRemoval operation.CloudRemovalConfigInput.Builder targetBands(String... targetBands)
TargetBands to be returned in the output of CloudRemoval operation.
targetBands - TargetBands to be returned in the output of CloudRemoval operation.Copyright © 2023. All rights reserved.