public static interface CreateApplicationResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Method and Description | 
|---|---|
| CreateApplicationResponse.Builder | application(ApplicationDescription application)
 The ApplicationDescription of the application. | 
| default CreateApplicationResponse.Builder | application(Consumer<ApplicationDescription.Builder> application)
 The ApplicationDescription of the application. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateApplicationResponse.Builder application(ApplicationDescription application)
The ApplicationDescription of the application.
application - The ApplicationDescription of the application.default CreateApplicationResponse.Builder application(Consumer<ApplicationDescription.Builder> application)
The ApplicationDescription of the application.
This is a convenience that creates an instance of theApplicationDescription.Builder avoiding the
 need to create one manually via ApplicationDescription.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and
 its result is passed to application(ApplicationDescription).application - a consumer that will call methods on ApplicationDescription.Builderapplication(ApplicationDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.