Struct aws_sdk_codedeploy::input::list_deployment_targets_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListDeploymentTargetsInput
Implementations
The unique ID of a deployment.
The unique ID of a deployment.
A token identifier returned from the previous ListDeploymentTargets
call. It can be used to return the next set of deployment targets in the list.
A token identifier returned from the previous ListDeploymentTargets
call. It can be used to return the next set of deployment targets in the list.
pub fn target_filters(
self,
k: impl Into<TargetFilterName>,
v: impl Into<Vec<String>>
) -> Self
pub fn target_filters(
self,
k: impl Into<TargetFilterName>,
v: impl Into<Vec<String>>
) -> Self
Adds a key-value pair to target_filters
.
To override the contents of this collection use set_target_filters
.
A key used to filter the returned targets. The two valid values are:
-
TargetStatus
- ATargetStatus
filter string can beFailed
,InProgress
,Pending
,Ready
,Skipped
,Succeeded
, orUnknown
. -
ServerInstanceLabel
- AServerInstanceLabel
filter string can beBlue
orGreen
.
pub fn set_target_filters(
self,
input: Option<HashMap<TargetFilterName, Vec<String>>>
) -> Self
pub fn set_target_filters(
self,
input: Option<HashMap<TargetFilterName, Vec<String>>>
) -> Self
A key used to filter the returned targets. The two valid values are:
-
TargetStatus
- ATargetStatus
filter string can beFailed
,InProgress
,Pending
,Ready
,Skipped
,Succeeded
, orUnknown
. -
ServerInstanceLabel
- AServerInstanceLabel
filter string can beBlue
orGreen
.
Consumes the builder and constructs a ListDeploymentTargetsInput
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