public static interface TemporalStatisticsConfigInput.Builder extends SdkPojo, CopyableBuilder<TemporalStatisticsConfigInput.Builder,TemporalStatisticsConfigInput>
| Modifier and Type | Method and Description |
|---|---|
TemporalStatisticsConfigInput.Builder |
groupBy(GroupBy groupBy)
The input for the temporal statistics grouping by time frequency option.
|
TemporalStatisticsConfigInput.Builder |
groupBy(String groupBy)
The input for the temporal statistics grouping by time frequency option.
|
TemporalStatisticsConfigInput.Builder |
statistics(Collection<TemporalStatistics> statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
statistics(TemporalStatistics... statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
statisticsWithStrings(Collection<String> statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
statisticsWithStrings(String... statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
targetBands(Collection<String> targetBands)
The list of target band names for the temporal statistic to calculate.
|
TemporalStatisticsConfigInput.Builder |
targetBands(String... targetBands)
The list of target band names for the temporal statistic to calculate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemporalStatisticsConfigInput.Builder groupBy(String groupBy)
The input for the temporal statistics grouping by time frequency option.
TemporalStatisticsConfigInput.Builder groupBy(GroupBy groupBy)
The input for the temporal statistics grouping by time frequency option.
TemporalStatisticsConfigInput.Builder statisticsWithStrings(Collection<String> statistics)
The list of the statistics method options.
statistics - The list of the statistics method options.TemporalStatisticsConfigInput.Builder statisticsWithStrings(String... statistics)
The list of the statistics method options.
statistics - The list of the statistics method options.TemporalStatisticsConfigInput.Builder statistics(Collection<TemporalStatistics> statistics)
The list of the statistics method options.
statistics - The list of the statistics method options.TemporalStatisticsConfigInput.Builder statistics(TemporalStatistics... statistics)
The list of the statistics method options.
statistics - The list of the statistics method options.TemporalStatisticsConfigInput.Builder targetBands(Collection<String> targetBands)
The list of target band names for the temporal statistic to calculate.
targetBands - The list of target band names for the temporal statistic to calculate.TemporalStatisticsConfigInput.Builder targetBands(String... targetBands)
The list of target band names for the temporal statistic to calculate.
targetBands - The list of target band names for the temporal statistic to calculate.Copyright © 2023. All rights reserved.