Interface TemporalStatisticsConfigInput.Builder

    • Method Detail

      • groupBy

        TemporalStatisticsConfigInput.Builder groupBy​(String 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, GroupBy
      • groupBy

        TemporalStatisticsConfigInput.Builder groupBy​(GroupBy 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, GroupBy
      • 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​(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.