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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StartElasticsearchServiceSoftwareUpdateResponse.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.Builder
serviceSoftwareOptions(ServiceSoftwareOptions)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.