Interface CreateDeploymentResponse.Builder
- All Superinterfaces:
 AmplifyResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateDeploymentResponse.Builder,,CreateDeploymentResponse> SdkBuilder<CreateDeploymentResponse.Builder,,CreateDeploymentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateDeploymentResponse
public static interface CreateDeploymentResponse.Builder
extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<CreateDeploymentResponse.Builder,CreateDeploymentResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionfileUploadUrls(Map<String, String> fileUploadUrls) When thefileMapargument is provided in the request,fileUploadUrlswill contain a map of file names to upload URLs.The job ID for this deployment.zipUploadUrl(String zipUploadUrl) When thefileMapargument is not provided in the request, thiszipUploadUrlis returned.Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
jobId
The job ID for this deployment. will supply to start deployment api.
- Parameters:
 jobId- The job ID for this deployment. will supply to start deployment api.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fileUploadUrls
When the
fileMapargument is provided in the request,fileUploadUrlswill contain a map of file names to upload URLs.- Parameters:
 fileUploadUrls- When thefileMapargument is provided in the request,fileUploadUrlswill contain a map of file names to upload URLs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
zipUploadUrl
When the
fileMapargument is not provided in the request, thiszipUploadUrlis returned.- Parameters:
 zipUploadUrl- When thefileMapargument is not provided in the request, thiszipUploadUrlis returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -