public static interface CancelServiceSoftwareUpdateResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<CancelServiceSoftwareUpdateResponse.Builder,CancelServiceSoftwareUpdateResponse>
| Modifier and Type | Method and Description |
|---|---|
default CancelServiceSoftwareUpdateResponse.Builder |
serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
|
CancelServiceSoftwareUpdateResponse.Builder |
serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
serviceSoftwareOptions - Container for the state of your domain relative to the latest service software.default CancelServiceSoftwareUpdateResponse.Builder serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
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.