Struct aws_sdk_apigateway::operation::create_deployment::builders::CreateDeploymentFluentBuilder
source · pub struct CreateDeploymentFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateDeployment
.
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
Implementations§
source§impl CreateDeploymentFluentBuilder
impl CreateDeploymentFluentBuilder
sourcepub fn as_input(&self) -> &CreateDeploymentInputBuilder
pub fn as_input(&self) -> &CreateDeploymentInputBuilder
Access the CreateDeployment as a reference.
sourcepub async fn send(
self
) -> Result<CreateDeploymentOutput, SdkError<CreateDeploymentError, HttpResponse>>
pub async fn send( self ) -> Result<CreateDeploymentOutput, SdkError<CreateDeploymentError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateDeploymentOutput, CreateDeploymentError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateDeploymentOutput, CreateDeploymentError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn rest_api_id(self, input: impl Into<String>) -> Self
pub fn rest_api_id(self, input: impl Into<String>) -> Self
The string identifier of the associated RestApi.
sourcepub fn set_rest_api_id(self, input: Option<String>) -> Self
pub fn set_rest_api_id(self, input: Option<String>) -> Self
The string identifier of the associated RestApi.
sourcepub fn get_rest_api_id(&self) -> &Option<String>
pub fn get_rest_api_id(&self) -> &Option<String>
The string identifier of the associated RestApi.
sourcepub fn stage_name(self, input: impl Into<String>) -> Self
pub fn stage_name(self, input: impl Into<String>) -> Self
The name of the Stage resource for the Deployment resource to create.
sourcepub fn set_stage_name(self, input: Option<String>) -> Self
pub fn set_stage_name(self, input: Option<String>) -> Self
The name of the Stage resource for the Deployment resource to create.
sourcepub fn get_stage_name(&self) -> &Option<String>
pub fn get_stage_name(&self) -> &Option<String>
The name of the Stage resource for the Deployment resource to create.
sourcepub fn stage_description(self, input: impl Into<String>) -> Self
pub fn stage_description(self, input: impl Into<String>) -> Self
The description of the Stage resource for the Deployment resource to create.
sourcepub fn set_stage_description(self, input: Option<String>) -> Self
pub fn set_stage_description(self, input: Option<String>) -> Self
The description of the Stage resource for the Deployment resource to create.
sourcepub fn get_stage_description(&self) -> &Option<String>
pub fn get_stage_description(&self) -> &Option<String>
The description of the Stage resource for the Deployment resource to create.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description for the Deployment resource to create.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description for the Deployment resource to create.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description for the Deployment resource to create.
sourcepub fn cache_cluster_enabled(self, input: bool) -> Self
pub fn cache_cluster_enabled(self, input: bool) -> Self
Enables a cache cluster for the Stage resource specified in the input.
sourcepub fn set_cache_cluster_enabled(self, input: Option<bool>) -> Self
pub fn set_cache_cluster_enabled(self, input: Option<bool>) -> Self
Enables a cache cluster for the Stage resource specified in the input.
sourcepub fn get_cache_cluster_enabled(&self) -> &Option<bool>
pub fn get_cache_cluster_enabled(&self) -> &Option<bool>
Enables a cache cluster for the Stage resource specified in the input.
sourcepub fn cache_cluster_size(self, input: CacheClusterSize) -> Self
pub fn cache_cluster_size(self, input: CacheClusterSize) -> Self
The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
sourcepub fn set_cache_cluster_size(self, input: Option<CacheClusterSize>) -> Self
pub fn set_cache_cluster_size(self, input: Option<CacheClusterSize>) -> Self
The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
sourcepub fn get_cache_cluster_size(&self) -> &Option<CacheClusterSize>
pub fn get_cache_cluster_size(&self) -> &Option<CacheClusterSize>
The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
sourcepub fn variables(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn variables(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to variables
.
To override the contents of this collection use set_variables
.
A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+
.
sourcepub fn set_variables(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_variables(self, input: Option<HashMap<String, String>>) -> Self
A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+
.
sourcepub fn get_variables(&self) -> &Option<HashMap<String, String>>
pub fn get_variables(&self) -> &Option<HashMap<String, String>>
A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+
.
sourcepub fn canary_settings(self, input: DeploymentCanarySettings) -> Self
pub fn canary_settings(self, input: DeploymentCanarySettings) -> Self
The input configuration for the canary deployment when the deployment is a canary release deployment.
sourcepub fn set_canary_settings(
self,
input: Option<DeploymentCanarySettings>
) -> Self
pub fn set_canary_settings( self, input: Option<DeploymentCanarySettings> ) -> Self
The input configuration for the canary deployment when the deployment is a canary release deployment.
sourcepub fn get_canary_settings(&self) -> &Option<DeploymentCanarySettings>
pub fn get_canary_settings(&self) -> &Option<DeploymentCanarySettings>
The input configuration for the canary deployment when the deployment is a canary release deployment.
sourcepub fn tracing_enabled(self, input: bool) -> Self
pub fn tracing_enabled(self, input: bool) -> Self
Specifies whether active tracing with X-ray is enabled for the Stage.
sourcepub fn set_tracing_enabled(self, input: Option<bool>) -> Self
pub fn set_tracing_enabled(self, input: Option<bool>) -> Self
Specifies whether active tracing with X-ray is enabled for the Stage.
sourcepub fn get_tracing_enabled(&self) -> &Option<bool>
pub fn get_tracing_enabled(&self) -> &Option<bool>
Specifies whether active tracing with X-ray is enabled for the Stage.
Trait Implementations§
source§impl Clone for CreateDeploymentFluentBuilder
impl Clone for CreateDeploymentFluentBuilder
source§fn clone(&self) -> CreateDeploymentFluentBuilder
fn clone(&self) -> CreateDeploymentFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more