public static interface CreateApplicationResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
applicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
default CreateApplicationResponse.Builder |
applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationResponse.Builder applicationInfo(ApplicationInfo applicationInfo)
Information about the application.
applicationInfo - Information about the application.default CreateApplicationResponse.Builder applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
This is a convenience that creates an instance of theApplicationInfo.Builder avoiding the need to
create one manually via ApplicationInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to applicationInfo(ApplicationInfo).applicationInfo - a consumer that will call methods on ApplicationInfo.BuilderapplicationInfo(ApplicationInfo)Copyright © 2020. All rights reserved.