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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
operationsA 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.
 
- 
operationsA 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.
 
- 
operationsA list of BandMath indices to compute. This is a convenience method that creates an instance of theOperation.Builderavoiding the need to create one manually viaOperation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooperations(List<Operation>).- Parameters:
- operations- a consumer that will call methods on- Operation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-