Struct aws_sdk_codedeploy::model::related_deployments::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RelatedDeployments
Implementations
pub 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.
pub 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.
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.
pub 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.
Consumes the builder and constructs a RelatedDeployments
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more