Interface TemporalStatisticsConfigInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TemporalStatisticsConfigInput.Builder,,TemporalStatisticsConfigInput> SdkBuilder<TemporalStatisticsConfigInput.Builder,,TemporalStatisticsConfigInput> SdkPojo
- Enclosing class:
 TemporalStatisticsConfigInput
public static interface TemporalStatisticsConfigInput.Builder
extends SdkPojo, CopyableBuilder<TemporalStatisticsConfigInput.Builder,TemporalStatisticsConfigInput> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe input for the temporal statistics grouping by time frequency option.The input for the temporal statistics grouping by time frequency option.statistics(Collection<TemporalStatistics> statistics) The list of the statistics method options.statistics(TemporalStatistics... statistics) The list of the statistics method options.statisticsWithStrings(String... statistics) The list of the statistics method options.statisticsWithStrings(Collection<String> statistics) The list of the statistics method options.targetBands(String... targetBands) The list of target band names for the temporal statistic to calculate.targetBands(Collection<String> targetBands) The list of target band names for the temporal statistic to calculate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
groupBy
The input for the temporal statistics grouping by time frequency option.
- Parameters:
 groupBy- The input for the temporal statistics grouping by time frequency option.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
groupBy
The input for the temporal statistics grouping by time frequency option.
- Parameters:
 groupBy- The input for the temporal statistics grouping by time frequency option.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statisticsWithStrings
The list of the statistics method options.
- Parameters:
 statistics- The list of the statistics method options.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statisticsWithStrings
The list of the statistics method options.
- Parameters:
 statistics- The list of the statistics method options.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statistics
The list of the statistics method options.
- Parameters:
 statistics- The list of the statistics method options.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statistics
The list of the statistics method options.
- Parameters:
 statistics- The list of the statistics method options.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetBands
The list of target band names for the temporal statistic to calculate.
- Parameters:
 targetBands- The list of target band names for the temporal statistic to calculate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetBands
The list of target band names for the temporal statistic to calculate.
- Parameters:
 targetBands- The list of target band names for the temporal statistic to calculate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -