public static interface CreateDeploymentRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
CreateDeploymentRequest.Builder |
branchName(String branchName)
The name for the branch, for the job.
|
CreateDeploymentRequest.Builder |
fileMap(Map<String,String> fileMap)
An optional file map that contains the file name as the key and the 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)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.CreateDeploymentRequest.Builder branchName(String branchName)
The name for the branch, for the job.
branchName - The name for the branch, for the job.CreateDeploymentRequest.Builder fileMap(Map<String,String> fileMap)
An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.
fileMap - An optional file map that contains the file name as the key and the file content md5 hash as the
value. If this argument is provided, the service will generate a unique 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 © 2022. All rights reserved.