public static interface UpdateClusterVersionResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<UpdateClusterVersionResponse.Builder,UpdateClusterVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateClusterVersionResponse.Builder |
update(Consumer<Update.Builder> update)
The full description of the specified update
|
UpdateClusterVersionResponse.Builder |
update(Update update)
The full description of the specified update
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClusterVersionResponse.Builder update(Update update)
The full description of the specified update
update - The full description of the specified updatedefault UpdateClusterVersionResponse.Builder update(Consumer<Update.Builder> update)
The full description of the specified update
This is a convenience that creates an instance of theUpdate.Builder avoiding the need to create one
manually via Update.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to update(Update).update - a consumer that will call methods on Update.Builderupdate(Update)Copyright © 2021. All rights reserved.