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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudRemovalConfigInput.BuilderalgorithmName(String algorithmName)The name of the algorithm used for cloud removal.CloudRemovalConfigInput.BuilderalgorithmName(AlgorithmNameCloudRemoval algorithmName)The name of the algorithm used for cloud removal.CloudRemovalConfigInput.BuilderinterpolationValue(String interpolationValue)The interpolation value you provide for cloud removal.CloudRemovalConfigInput.BuildertargetBands(String... targetBands)TargetBands to be returned in the output of CloudRemoval operation.CloudRemovalConfigInput.BuildertargetBands(Collection<String> targetBands)TargetBands to be returned in the output of CloudRemoval operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
AlgorithmNameCloudRemoval,AlgorithmNameCloudRemoval
-
algorithmName
CloudRemovalConfigInput.Builder algorithmName(AlgorithmNameCloudRemoval 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:
AlgorithmNameCloudRemoval,AlgorithmNameCloudRemoval
-
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
CloudRemovalConfigInput.Builder targetBands(Collection<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.
-
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.
-
-