public static interface CustomIndicesInput.Builder extends SdkPojo, CopyableBuilder<CustomIndicesInput.Builder,CustomIndicesInput>
| Modifier and Type | Method and Description |
|---|---|
CustomIndicesInput.Builder |
operations(Collection<Operation> operations)
A list of BandMath indices to compute.
|
CustomIndicesInput.Builder |
operations(Consumer<Operation.Builder>... operations)
A list of BandMath indices to compute.
|
CustomIndicesInput.Builder |
operations(Operation... operations)
A list of BandMath indices to compute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomIndicesInput.Builder operations(Collection<Operation> operations)
A list of BandMath indices to compute.
operations - A list of BandMath indices to compute.CustomIndicesInput.Builder operations(Operation... operations)
A list of BandMath indices to compute.
operations - A list of BandMath indices to compute.CustomIndicesInput.Builder operations(Consumer<Operation.Builder>... 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 via Operation.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #operations(List.
operations - a consumer that will call methods on
Operation.Builder#operations(java.util.Collection) Copyright © 2023. All rights reserved.