Struct aws_sdk_elasticsearch::output::get_compatible_elasticsearch_versions_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetCompatibleElasticsearchVersionsOutput
Implementations
Appends an item to compatible_elasticsearch_versions
.
To override the contents of this collection use set_compatible_elasticsearch_versions
.
A map of compatible Elasticsearch versions returned as part of the
operation. GetCompatibleElasticsearchVersions
pub fn set_compatible_elasticsearch_versions(
self,
input: Option<Vec<CompatibleVersionsMap>>
) -> Self
pub fn set_compatible_elasticsearch_versions(
self,
input: Option<Vec<CompatibleVersionsMap>>
) -> Self
A map of compatible Elasticsearch versions returned as part of the
operation. GetCompatibleElasticsearchVersions
Consumes the builder and constructs a GetCompatibleElasticsearchVersionsOutput
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