Interface DateFilter.Builder

    • Method Detail

      • start

        DateFilter.Builder start​(String start)

        A timestamp that provides the start date for the date filter.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Parameters:
        start - A timestamp that provides the start date for the date filter.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • end

        DateFilter.Builder end​(String end)

        A timestamp that provides the end date for the date filter.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Parameters:
        end - A timestamp that provides the end date for the date filter.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateRange

        DateFilter.Builder dateRange​(DateRange dateRange)

        A date range for the date filter.

        Parameters:
        dateRange - A date range for the date filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.