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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBackendJobsRequest.BuilderappId(String appId)The app ID.ListBackendJobsRequest.BuilderbackendEnvironmentName(String backendEnvironmentName)The name of the backend environment.ListBackendJobsRequest.BuilderjobId(String jobId)The ID for the job.ListBackendJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results that you want in the response.ListBackendJobsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListBackendJobsRequest.Builderoperation(String operation)Filters the list of response objects to include only those with the specified operation name.ListBackendJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBackendJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBackendJobsRequest.Builderstatus(String status)Filters the list of response objects to include only those with the specified status.-
Methods inherited from interface software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
overrideConfiguration
ListBackendJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBackendJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-