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