public static interface GetApplicationResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
application(ApplicationInfo application)
Information about the application.
|
default GetApplicationResponse.Builder |
application(Consumer<ApplicationInfo.Builder> application)
Information about the application.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetApplicationResponse.Builder application(ApplicationInfo application)
Information about the application.
application - Information about the application.default GetApplicationResponse.Builder application(Consumer<ApplicationInfo.Builder> application)
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 application(ApplicationInfo).application - a consumer that will call methods on ApplicationInfo.Builderapplication(ApplicationInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.