Interface BandMathConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BandMathConfigInput.Builder,
,BandMathConfigInput> SdkBuilder<BandMathConfigInput.Builder,
,BandMathConfigInput> SdkPojo
- Enclosing class:
BandMathConfigInput
@Mutable
@NotThreadSafe
public static interface BandMathConfigInput.Builder
extends SdkPojo, CopyableBuilder<BandMathConfigInput.Builder,BandMathConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BandMathConfigInput.Builder
customIndices
(Consumer<CustomIndicesInput.Builder> customIndices) CustomIndices that are computed.customIndices
(CustomIndicesInput customIndices) CustomIndices that are computed.predefinedIndices
(String... predefinedIndices) One or many of the supported predefined indices to compute.predefinedIndices
(Collection<String> predefinedIndices) One or many of the supported predefined indices to compute.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, sdkFieldNameToField, sdkFields
-
Method Details
-
customIndices
CustomIndices that are computed.
- Parameters:
customIndices
- CustomIndices that are computed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customIndices
default BandMathConfigInput.Builder customIndices(Consumer<CustomIndicesInput.Builder> customIndices) CustomIndices that are computed.
This is a convenience method that creates an instance of theCustomIndicesInput.Builder
avoiding the need to create one manually viaCustomIndicesInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomIndices(CustomIndicesInput)
.- Parameters:
customIndices
- a consumer that will call methods onCustomIndicesInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
predefinedIndices
One or many of the supported predefined indices to compute. Allowed values:
NDVI
,EVI2
,MSAVI
,NDWI
,NDMI
,NDSI
, andWDRVI
.- Parameters:
predefinedIndices
- One or many of the supported predefined indices to compute. Allowed values:NDVI
,EVI2
,MSAVI
,NDWI
,NDMI
,NDSI
, andWDRVI
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predefinedIndices
One or many of the supported predefined indices to compute. Allowed values:
NDVI
,EVI2
,MSAVI
,NDWI
,NDMI
,NDSI
, andWDRVI
.- Parameters:
predefinedIndices
- One or many of the supported predefined indices to compute. Allowed values:NDVI
,EVI2
,MSAVI
,NDWI
,NDMI
,NDSI
, andWDRVI
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-