Struct aws_sdk_elasticsearch::output::cancel_elasticsearch_service_software_update_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CancelElasticsearchServiceSoftwareUpdateOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_software_options(self, input: ServiceSoftwareOptions) -> Self
pub fn service_software_options(self, input: ServiceSoftwareOptions) -> Self
The current status of the Elasticsearch service software update.
sourcepub fn set_service_software_options(
self,
input: Option<ServiceSoftwareOptions>
) -> Self
pub fn set_service_software_options(
self,
input: Option<ServiceSoftwareOptions>
) -> Self
The current status of the Elasticsearch service software update.
sourcepub fn build(self) -> CancelElasticsearchServiceSoftwareUpdateOutput
pub fn build(self) -> CancelElasticsearchServiceSoftwareUpdateOutput
Consumes the builder and constructs a CancelElasticsearchServiceSoftwareUpdateOutput
.