Interface ListBackendJobsRequest.Builder

All Superinterfaces:
AmplifyBackendRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>, SdkBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListBackendJobsRequest

public static interface ListBackendJobsRequest.Builder extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>
  • Method Details

    • 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

      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

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

      ListBackendJobsRequest.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.