Struct aws_sdk_codedeploy::model::instance_target::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceTarget
Implementations
The unique ID of a deployment.
The unique ID of a deployment.
The unique ID of a deployment target that has a type of instanceTarget
.
The unique ID of a deployment target that has a type of instanceTarget
.
The Amazon Resource Name (ARN) of the target.
The Amazon Resource Name (ARN) of the target.
The status an EC2/On-premises deployment's target instance.
The status an EC2/On-premises deployment's target instance.
The date and time when the target instance was updated by a deployment.
The date and time when the target instance was updated by a deployment.
Appends an item to lifecycle_events
.
To override the contents of this collection use set_lifecycle_events
.
The lifecycle events of the deployment to this target instance.
The lifecycle events of the deployment to this target instance.
A label that identifies whether the instance is an original target
(BLUE
) or a replacement target (GREEN
).
A label that identifies whether the instance is an original target
(BLUE
) or a replacement target (GREEN
).
Consumes the builder and constructs a InstanceTarget
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