public static interface StartServiceSoftwareUpdateResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<StartServiceSoftwareUpdateResponse.Builder,StartServiceSoftwareUpdateResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartServiceSoftwareUpdateResponse.Builder |
serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the OpenSearch Service software update.
|
StartServiceSoftwareUpdateResponse.Builder |
serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the OpenSearch Service software update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the OpenSearch Service software update.
serviceSoftwareOptions - The current status of the OpenSearch Service software update.default StartServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the OpenSearch Service software update.
This is a convenience method 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 © 2023. All rights reserved.