Interface ListBackendJobsRequest.Builder

    • Method Detail

      • appId

        ListBackendJobsRequest.Builder appId​(String appId)

        The app ID.

        Parameters:
        appId - The app ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backendEnvironmentName

        ListBackendJobsRequest.Builder backendEnvironmentName​(String backendEnvironmentName)

        The name of the backend environment.

        Parameters:
        backendEnvironmentName - The name of the backend environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        ListBackendJobsRequest.Builder jobId​(String jobId)

        The ID for the job.

        Parameters:
        jobId - The ID for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListBackendJobsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results that you want in the response.

        Parameters:
        maxResults - The maximum number of results that you want in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBackendJobsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results.

        Parameters:
        nextToken - The token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operation

        ListBackendJobsRequest.Builder operation​(String operation)

        Filters the list of response objects to include only those with the specified operation name.

        Parameters:
        operation - Filters the list of response objects to include only those with the specified operation name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListBackendJobsRequest.Builder status​(String status)

        Filters the list of response objects to include only those with the specified status.

        Parameters:
        status - Filters the list of response objects to include only those with the specified status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.