public static interface GetApplicationResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
application(Application application)
The output displays information about the specified application.
|
default GetApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
The output displays information about the specified application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationResponse.Builder application(Application application)
The output displays information about the specified application.
application - The output displays information about the specified application.default GetApplicationResponse.Builder application(Consumer<Application.Builder> application)
The output displays information about the specified 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.