Interface ListMonitoringSchedulesRequest.Builder

    • Method Detail

      • endpointName

        ListMonitoringSchedulesRequest.Builder endpointName​(String endpointName)

        Name of a specific endpoint to fetch schedules for.

        Parameters:
        endpointName - Name of a specific endpoint to fetch schedules for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListMonitoringSchedulesRequest.Builder sortOrder​(String sortOrder)

        Whether to sort the results in Ascending or Descending order. The default is Descending.

        Parameters:
        sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListMonitoringSchedulesRequest.Builder sortOrder​(SortOrder sortOrder)

        Whether to sort the results in Ascending or Descending order. The default is Descending.

        Parameters:
        sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • nextToken

        ListMonitoringSchedulesRequest.Builder nextToken​(String nextToken)

        The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

        Parameters:
        nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListMonitoringSchedulesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of jobs to return in the response. The default value is 10.

        Parameters:
        maxResults - The maximum number of jobs to return in the response. The default value is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nameContains

        ListMonitoringSchedulesRequest.Builder nameContains​(String nameContains)

        Filter for monitoring schedules whose name contains a specified string.

        Parameters:
        nameContains - Filter for monitoring schedules whose name contains a specified string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        ListMonitoringSchedulesRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter that returns only monitoring schedules created before a specified time.

        Parameters:
        creationTimeBefore - A filter that returns only monitoring schedules created before a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeAfter

        ListMonitoringSchedulesRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        A filter that returns only monitoring schedules created after a specified time.

        Parameters:
        creationTimeAfter - A filter that returns only monitoring schedules created after a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTimeBefore

        ListMonitoringSchedulesRequest.Builder lastModifiedTimeBefore​(Instant lastModifiedTimeBefore)

        A filter that returns only monitoring schedules modified before a specified time.

        Parameters:
        lastModifiedTimeBefore - A filter that returns only monitoring schedules modified before a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTimeAfter

        ListMonitoringSchedulesRequest.Builder lastModifiedTimeAfter​(Instant lastModifiedTimeAfter)

        A filter that returns only monitoring schedules modified after a specified time.

        Parameters:
        lastModifiedTimeAfter - A filter that returns only monitoring schedules modified after a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusEquals

        ListMonitoringSchedulesRequest.Builder statusEquals​(String statusEquals)

        A filter that returns only monitoring schedules modified before a specified time.

        Parameters:
        statusEquals - A filter that returns only monitoring schedules modified before a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScheduleStatus, ScheduleStatus
      • statusEquals

        ListMonitoringSchedulesRequest.Builder statusEquals​(ScheduleStatus statusEquals)

        A filter that returns only monitoring schedules modified before a specified time.

        Parameters:
        statusEquals - A filter that returns only monitoring schedules modified before a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScheduleStatus, ScheduleStatus
      • monitoringJobDefinitionName

        ListMonitoringSchedulesRequest.Builder monitoringJobDefinitionName​(String monitoringJobDefinitionName)

        Gets a list of the monitoring schedules for the specified monitoring job definition.

        Parameters:
        monitoringJobDefinitionName - Gets a list of the monitoring schedules for the specified monitoring job definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitoringTypeEquals

        ListMonitoringSchedulesRequest.Builder monitoringTypeEquals​(String monitoringTypeEquals)

        A filter that returns only the monitoring schedules for the specified monitoring type.

        Parameters:
        monitoringTypeEquals - A filter that returns only the monitoring schedules for the specified monitoring type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MonitoringType, MonitoringType
      • monitoringTypeEquals

        ListMonitoringSchedulesRequest.Builder monitoringTypeEquals​(MonitoringType monitoringTypeEquals)

        A filter that returns only the monitoring schedules for the specified monitoring type.

        Parameters:
        monitoringTypeEquals - A filter that returns only the monitoring schedules for the specified monitoring type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MonitoringType, MonitoringType