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