public static interface DescribeUpdateResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeUpdateResponse.Builder,DescribeUpdateResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeUpdateResponse.Builder |
update(Consumer<Update.Builder> update)
The full description of the specified update.
|
DescribeUpdateResponse.Builder |
update(Update update)
The full description of the specified update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUpdateResponse.Builder update(Update update)
The full description of the specified update.
update - The full description of the specified update.default DescribeUpdateResponse.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 © 2020. All rights reserved.