| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateDeploymentResponse.Builder |
CreateDeploymentResponse.builder() |
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.fileUploadUrls(Map<String,String> fileUploadUrls)
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to
upload url.
|
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.jobId(String jobId)
The jobId for this deployment, will supply to start deployment api.
|
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.toBuilder() |
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.zipUploadUrl(String zipUploadUrl)
When the fileMap argument is NOT provided.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeploymentResponse.Builder> |
CreateDeploymentResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.