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