Interface CustomIndicesInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomIndicesInput.Builder,
,CustomIndicesInput> SdkBuilder<CustomIndicesInput.Builder,
,CustomIndicesInput> SdkPojo
- Enclosing class:
CustomIndicesInput
@Mutable
@NotThreadSafe
public static interface CustomIndicesInput.Builder
extends SdkPojo, CopyableBuilder<CustomIndicesInput.Builder,CustomIndicesInput>
-
Method Summary
Modifier and TypeMethodDescriptionoperations
(Collection<Operation> operations) A list of BandMath indices to compute.operations
(Consumer<Operation.Builder>... operations) A list of BandMath indices to compute.operations
(Operation... operations) A list of BandMath 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
-
operations
A list of BandMath indices to compute.
- Parameters:
operations
- A list of BandMath indices to compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
A list of BandMath indices to compute.
- Parameters:
operations
- A list of BandMath indices to compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
A list of BandMath indices to compute.
This is a convenience method that creates an instance of theOperation.Builder
avoiding the need to create one manually viaOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooperations(List<Operation>)
.- Parameters:
operations
- a consumer that will call methods onOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-