public static interface UpdateClusterConfigResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<UpdateClusterConfigResponse.Builder,UpdateClusterConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateClusterConfigResponse.Builder |
update(Consumer<Update.Builder> update)
Sets the value of the Update property for this object.
|
UpdateClusterConfigResponse.Builder |
update(Update update)
Sets the value of the Update property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClusterConfigResponse.Builder update(Update update)
update - The new value for the Update property for this object.default UpdateClusterConfigResponse.Builder update(Consumer<Update.Builder> update)
Update.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 © 2020. All rights reserved.