public static interface UpdateApplicationResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationResponse.Builder |
application(Application application)
Information about the updated application.
|
default UpdateApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
Information about the updated application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationResponse.Builder application(Application application)
Information about the updated application.
application - Information about the updated application.default UpdateApplicationResponse.Builder application(Consumer<Application.Builder> application)
Information about the updated application.
This is a convenience method that creates an instance of theApplication.Builder avoiding the need to
create one manually via Application.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to application(Application).
application - a consumer that will call methods on Application.Builderapplication(Application)Copyright © 2023. All rights reserved.