Struct aws_sdk_amplify::operation::create_deployment::builders::CreateDeploymentOutputBuilder    
source · #[non_exhaustive]pub struct CreateDeploymentOutputBuilder { /* private fields */ }Expand description
A builder for CreateDeploymentOutput.
Implementations§
source§impl CreateDeploymentOutputBuilder
 
impl CreateDeploymentOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
 
pub fn job_id(self, input: impl Into<String>) -> Self
The job ID for this deployment. will supply to start deployment api.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
 
pub fn set_job_id(self, input: Option<String>) -> Self
The job ID for this deployment. will supply to start deployment api.
sourcepub fn get_job_id(&self) -> &Option<String>
 
pub fn get_job_id(&self) -> &Option<String>
The job ID for this deployment. will supply to start deployment api.
sourcepub fn file_upload_urls(
    self,
    k: impl Into<String>,
    v: impl Into<String>
) -> Self
 
pub fn file_upload_urls( self, k: impl Into<String>, v: impl Into<String> ) -> Self
Adds a key-value pair to file_upload_urls.
To override the contents of this collection use set_file_upload_urls.
 When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs. 
sourcepub fn set_file_upload_urls(
    self,
    input: Option<HashMap<String, String>>
) -> Self
 
pub fn set_file_upload_urls( self, input: Option<HashMap<String, String>> ) -> Self
 When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs. 
sourcepub fn get_file_upload_urls(&self) -> &Option<HashMap<String, String>>
 
pub fn get_file_upload_urls(&self) -> &Option<HashMap<String, String>>
 When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs. 
sourcepub fn zip_upload_url(self, input: impl Into<String>) -> Self
 
pub fn zip_upload_url(self, input: impl Into<String>) -> Self
 When the fileMap argument is not provided in the request, this zipUploadUrl is returned. 
sourcepub fn set_zip_upload_url(self, input: Option<String>) -> Self
 
pub fn set_zip_upload_url(self, input: Option<String>) -> Self
 When the fileMap argument is not provided in the request, this zipUploadUrl is returned. 
sourcepub fn get_zip_upload_url(&self) -> &Option<String>
 
pub fn get_zip_upload_url(&self) -> &Option<String>
 When the fileMap argument is not provided in the request, this zipUploadUrl is returned. 
sourcepub fn build(self) -> CreateDeploymentOutput
 
pub fn build(self) -> CreateDeploymentOutput
Consumes the builder and constructs a CreateDeploymentOutput.
Trait Implementations§
source§impl Clone for CreateDeploymentOutputBuilder
 
impl Clone for CreateDeploymentOutputBuilder
source§fn clone(&self) -> CreateDeploymentOutputBuilder
 
fn clone(&self) -> CreateDeploymentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateDeploymentOutputBuilder
 
impl Default for CreateDeploymentOutputBuilder
source§fn default() -> CreateDeploymentOutputBuilder
 
fn default() -> CreateDeploymentOutputBuilder
source§impl PartialEq<CreateDeploymentOutputBuilder> for CreateDeploymentOutputBuilder
 
impl PartialEq<CreateDeploymentOutputBuilder> for CreateDeploymentOutputBuilder
source§fn eq(&self, other: &CreateDeploymentOutputBuilder) -> bool
 
fn eq(&self, other: &CreateDeploymentOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.