Struct aws_sdk_elasticsearch::model::dry_run_results::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DryRunResults
Implementations
Specifies the deployment mechanism through which the update shall be applied on the domain.
Possible responses are
Blue/Green (The update will require a blue/green deployment.)
DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.)
Undetermined (The domain is undergoing an update which needs to complete before the deployment type can be predicted.)
None (The configuration change matches the current configuration and will not result in any update.)
Specifies the deployment mechanism through which the update shall be applied on the domain.
Possible responses are
Blue/Green (The update will require a blue/green deployment.)
DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.)
Undetermined (The domain is undergoing an update which needs to complete before the deployment type can be predicted.)
None (The configuration change matches the current configuration and will not result in any update.)
Contains an optional message associated with the DryRunResults.
Contains an optional message associated with the DryRunResults.
Consumes the builder and constructs a DryRunResults
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
