public static interface CreateDeploymentRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest.Builder |
appId(String appId)
Unique Id for an Amplify App.
|
CreateDeploymentRequest.Builder |
branchName(String branchName)
Name for the branch, for the Job.
|
CreateDeploymentRequest.Builder |
fileMap(Map<String,String> fileMap)
Optional file map that contains file name as the key and file content md5 hash as the value.
|
CreateDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeploymentRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.CreateDeploymentRequest.Builder branchName(String branchName)
Name for the branch, for the Job.
branchName - Name for the branch, for the Job.CreateDeploymentRequest.Builder fileMap(Map<String,String> fileMap)
Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.
fileMap - Optional file map that contains file name as the key and file content md5 hash as the value. If this
argument is provided, the service will generate different upload url per file. Otherwise, the service
will only generate a single upload url for the zipped files.CreateDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.