Struct aws_sdk_securityhub::model::aws_elasticsearch_domain_service_software_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsElasticsearchDomainServiceSoftwareOptions
Implementations
The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.
The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.
Whether a request to update the domain can be canceled.
Whether a request to update the domain can be canceled.
The version of the service software that is currently installed on the domain.
The version of the service software that is currently installed on the domain.
A more detailed description of the service software status.
A more detailed description of the service software status.
The most recent version of the service software.
The most recent version of the service software.
Whether a service software update is available for the domain.
Whether a service software update is available for the domain.
The status of the service software update.
The status of the service software update.
Consumes the builder and constructs a AwsElasticsearchDomainServiceSoftwareOptions
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