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 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

      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

      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

      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.