public static interface CancelElasticsearchServiceSoftwareUpdateResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<CancelElasticsearchServiceSoftwareUpdateResponse.Builder,CancelElasticsearchServiceSoftwareUpdateResponse>
| Modifier and Type | Method and Description | 
|---|---|
| default CancelElasticsearchServiceSoftwareUpdateResponse.Builder | serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
 The current status of the Elasticsearch service software update. | 
| CancelElasticsearchServiceSoftwareUpdateResponse.Builder | serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
 The current status of the Elasticsearch service software update. | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCancelElasticsearchServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
serviceSoftwareOptions - The current status of the Elasticsearch service software update.default CancelElasticsearchServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
This is a convenience that creates an instance of theServiceSoftwareOptions.Builder avoiding the
 need to create one manually via ServiceSoftwareOptions.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and
 its result is passed to serviceSoftwareOptions(ServiceSoftwareOptions).serviceSoftwareOptions - a consumer that will call methods on ServiceSoftwareOptions.BuilderserviceSoftwareOptions(ServiceSoftwareOptions)Copyright © 2019. All rights reserved.