Interface ListMonitoringSchedulesRequest.Builder

  • Method Details

    • 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.
    • sortBy

      Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.

      Parameters:
      sortBy - Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.

      Parameters:
      sortBy - Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

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

      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:
    • 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:
    • 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:
    • 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:
    • overrideConfiguration

      ListMonitoringSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.