public static interface StartDeploymentRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
StartDeploymentRequest.Builder |
branchName(String branchName)
The name for the branch, for the job.
|
StartDeploymentRequest.Builder |
jobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
|
StartDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDeploymentRequest.Builder |
sourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDeploymentRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.StartDeploymentRequest.Builder branchName(String branchName)
The name for the branch, for the job.
branchName - The name for the branch, for the job.StartDeploymentRequest.Builder jobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
jobId - The job ID for this deployment, generated by the create deployment request.StartDeploymentRequest.Builder sourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
sourceUrl - The source URL for this deployment, used when calling start deployment without create deployment. The
source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.StartDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.