Interface CloudRemovalConfigInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CloudRemovalConfigInput.Builder,,- CloudRemovalConfigInput> - SdkBuilder<CloudRemovalConfigInput.Builder,,- CloudRemovalConfigInput> - SdkPojo
- Enclosing class:
- CloudRemovalConfigInput
@Mutable
@NotThreadSafe
public static interface CloudRemovalConfigInput.Builder
extends SdkPojo, CopyableBuilder<CloudRemovalConfigInput.Builder,CloudRemovalConfigInput> 
- 
Method SummaryModifier and TypeMethodDescriptionalgorithmName(String algorithmName) The name of the algorithm used for cloud removal.algorithmName(AlgorithmNameCloudRemoval algorithmName) The name of the algorithm used for cloud removal.interpolationValue(String interpolationValue) The interpolation value you provide for cloud removal.targetBands(String... targetBands) TargetBands to be returned in the output of CloudRemoval operation.targetBands(Collection<String> targetBands) TargetBands to be returned in the output of CloudRemoval operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
algorithmNameThe 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:
 
- 
algorithmNameThe 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:
 
- 
interpolationValueThe 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.
 
- 
targetBandsTargetBands 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.
 
- 
targetBandsTargetBands 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.
 
 
-