public static interface StartElasticsearchServiceSoftwareUpdateResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<StartElasticsearchServiceSoftwareUpdateResponse.Builder,StartElasticsearchServiceSoftwareUpdateResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartElasticsearchServiceSoftwareUpdateResponse.Builder |
serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
|
StartElasticsearchServiceSoftwareUpdateResponse.Builder |
serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartElasticsearchServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
serviceSoftwareOptions - The current status of the Elasticsearch service software update.default StartElasticsearchServiceSoftwareUpdateResponse.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.