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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalStatisticsConfigInput.BuildergroupBy(String groupBy)The input for the temporal statistics grouping by time frequency option.TemporalStatisticsConfigInput.BuildergroupBy(GroupBy groupBy)The input for the temporal statistics grouping by time frequency option.TemporalStatisticsConfigInput.Builderstatistics(Collection<TemporalStatistics> statistics)The list of the statistics method options.TemporalStatisticsConfigInput.Builderstatistics(TemporalStatistics... statistics)The list of the statistics method options.TemporalStatisticsConfigInput.BuilderstatisticsWithStrings(String... statistics)The list of the statistics method options.TemporalStatisticsConfigInput.BuilderstatisticsWithStrings(Collection<String> statistics)The list of the statistics method options.TemporalStatisticsConfigInput.BuildertargetBands(String... targetBands)The list of target band names for the temporal statistic to calculate.TemporalStatisticsConfigInput.BuildertargetBands(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
groupBy
TemporalStatisticsConfigInput.Builder groupBy(String groupBy)
The input for the temporal statistics grouping by time frequency option.
-
groupBy
TemporalStatisticsConfigInput.Builder groupBy(GroupBy groupBy)
The input for the temporal statistics grouping by time frequency option.
-
statisticsWithStrings
TemporalStatisticsConfigInput.Builder statisticsWithStrings(Collection<String> 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.
-
statisticsWithStrings
TemporalStatisticsConfigInput.Builder statisticsWithStrings(String... 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
TemporalStatisticsConfigInput.Builder statistics(Collection<TemporalStatistics> 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
TemporalStatisticsConfigInput.Builder statistics(TemporalStatistics... 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
TemporalStatisticsConfigInput.Builder targetBands(Collection<String> 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
TemporalStatisticsConfigInput.Builder targetBands(String... 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.
-
-