pub struct Builder { /* private fields */ }Expand description
A builder for GetCompatibleElasticsearchVersionsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn compatible_elasticsearch_versions(
self,
input: CompatibleVersionsMap
) -> Self
pub fn compatible_elasticsearch_versions(
self,
input: CompatibleVersionsMap
) -> Self
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
sourcepub 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
sourcepub fn build(self) -> GetCompatibleElasticsearchVersionsOutput
pub fn build(self) -> GetCompatibleElasticsearchVersionsOutput
Consumes the builder and constructs a GetCompatibleElasticsearchVersionsOutput.