public static interface UpdateApplicationResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationResponse.Builder |
application(Application application)
The updated information of the application.
|
default UpdateApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
The updated information of the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationResponse.Builder application(Application application)
The updated information of the application.
application - The updated information of the application.default UpdateApplicationResponse.Builder application(Consumer<Application.Builder> application)
The updated information of the 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 © 2022. All rights reserved.