public static interface ListBackendJobsRequest.Builder extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBackendJobsRequest.Builder |
appId(String appId)
The app ID.
|
ListBackendJobsRequest.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
ListBackendJobsRequest.Builder |
jobId(String jobId)
The ID for the job.
|
ListBackendJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that you want in the response.
|
ListBackendJobsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListBackendJobsRequest.Builder |
operation(String operation)
Filters the list of response objects to include only those with the specified operation name.
|
ListBackendJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackendJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBackendJobsRequest.Builder |
status(String status)
Filters the list of response objects to include only those with the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackendJobsRequest.Builder appId(String appId)
The app ID.
appId - The app ID.ListBackendJobsRequest.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.ListBackendJobsRequest.Builder jobId(String jobId)
The ID for the job.
jobId - The ID for the job.ListBackendJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that you want in the response.
maxResults - The maximum number of results that you want in the response.ListBackendJobsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListBackendJobsRequest.Builder operation(String operation)
Filters the list of response objects to include only those with the specified operation name.
operation - Filters the list of response objects to include only those with the specified operation name.ListBackendJobsRequest.Builder status(String status)
Filters the list of response objects to include only those with the specified status.
status - Filters the list of response objects to include only those with the specified status.ListBackendJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBackendJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.