Struct aws_sdk_codedeploy::model::related_deployments::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RelatedDeployments
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn auto_update_outdated_instances_root_deployment_id(
self,
input: impl Into<String>
) -> Self
pub fn auto_update_outdated_instances_root_deployment_id(
self,
input: impl Into<String>
) -> Self
The deployment ID of the root deployment that triggered this deployment.
sourcepub fn set_auto_update_outdated_instances_root_deployment_id(
self,
input: Option<String>
) -> Self
pub fn set_auto_update_outdated_instances_root_deployment_id(
self,
input: Option<String>
) -> Self
The deployment ID of the root deployment that triggered this deployment.
sourcepub fn auto_update_outdated_instances_deployment_ids(
self,
input: impl Into<String>
) -> Self
pub fn auto_update_outdated_instances_deployment_ids(
self,
input: impl Into<String>
) -> Self
Appends an item to auto_update_outdated_instances_deployment_ids
.
To override the contents of this collection use set_auto_update_outdated_instances_deployment_ids
.
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
sourcepub fn set_auto_update_outdated_instances_deployment_ids(
self,
input: Option<Vec<String>>
) -> Self
pub fn set_auto_update_outdated_instances_deployment_ids(
self,
input: Option<Vec<String>>
) -> Self
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
sourcepub fn build(self) -> RelatedDeployments
pub fn build(self) -> RelatedDeployments
Consumes the builder and constructs a RelatedDeployments
.