Interface TemporalStatisticsConfigInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TemporalStatisticsConfigInput.Builder,,- TemporalStatisticsConfigInput> - SdkBuilder<TemporalStatisticsConfigInput.Builder,,- TemporalStatisticsConfigInput> - SdkPojo
- Enclosing class:
- TemporalStatisticsConfigInput
@Mutable
@NotThreadSafe
public static interface TemporalStatisticsConfigInput.Builder
extends SdkPojo, CopyableBuilder<TemporalStatisticsConfigInput.Builder,TemporalStatisticsConfigInput> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
groupByThe 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:
 
- 
groupByThe 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:
 
- 
statisticsWithStringsThe 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.
 
- 
statisticsWithStringsThe 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.
 
- 
statisticsThe 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.
 
- 
statisticsThe 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.
 
- 
targetBandsThe 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.
 
- 
targetBandsThe 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.
 
 
-