#[non_exhaustive]pub struct Builder { /* private fields */ }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.
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- ATargetStatusfilter string can beFailed,InProgress,Pending,Ready,Skipped,Succeeded, orUnknown. -
ServerInstanceLabel- AServerInstanceLabelfilter string can beBlueorGreen.
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- ATargetStatusfilter string can beFailed,InProgress,Pending,Ready,Skipped,Succeeded, orUnknown. -
ServerInstanceLabel- AServerInstanceLabelfilter string can beBlueorGreen.
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