public static interface UpdateBackendJobRequest.Builder extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendJobRequest.Builder |
appId(String appId)
The app ID.
|
UpdateBackendJobRequest.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
UpdateBackendJobRequest.Builder |
jobId(String jobId)
The ID for the job.
|
UpdateBackendJobRequest.Builder |
operation(String operation)
Filters the list of response objects to include only those with the specified operation name.
|
UpdateBackendJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBackendJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBackendJobRequest.Builder |
status(String status)
Filters the list of response objects to include only those with the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackendJobRequest.Builder appId(String appId)
The app ID.
appId - The app ID.UpdateBackendJobRequest.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.UpdateBackendJobRequest.Builder jobId(String jobId)
The ID for the job.
jobId - The ID for the job.UpdateBackendJobRequest.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.UpdateBackendJobRequest.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.UpdateBackendJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBackendJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.