public static interface CreateApplicationResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
application(Application application)
Information about the application.
|
default CreateApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
Information about the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationResponse.Builder application(Application application)
Information about the application.
application - Information about the application.default CreateApplicationResponse.Builder application(Consumer<Application.Builder> application)
Information about the application.
This is a convenience 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 © 2021. All rights reserved.