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 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

      CreateDeploymentResponse.Builder fileUploadUrls(Map<String,String> fileUploadUrls)

      When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.

      Parameters:
      fileUploadUrls - When the fileMap argument is provided in the request, fileUploadUrls will 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

      CreateDeploymentResponse.Builder zipUploadUrl(String zipUploadUrl)

      When the fileMap argument is not provided in the request, this zipUploadUrl is returned.

      Parameters:
      zipUploadUrl - When the fileMap argument is not provided in the request, this zipUploadUrl is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.