public static interface StopJobRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<StopJobRequest.Builder,StopJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StopJobRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
StopJobRequest.Builder |
branchName(String branchName)
The name for the branch, for the job.
|
StopJobRequest.Builder |
jobId(String jobId)
The unique id for the job.
|
StopJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopJobRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.StopJobRequest.Builder branchName(String branchName)
The name for the branch, for the job.
branchName - The name for the branch, for the job.StopJobRequest.Builder jobId(String jobId)
The unique id for the job.
jobId - The unique id for the job.StopJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.