public static interface UpdateApplicationResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationResponse.Builder |
application(ApplicationDescription application)
The ApplicationDescription of the application.
|
default UpdateApplicationResponse.Builder |
application(Consumer<ApplicationDescription.Builder> application)
The ApplicationDescription of the application.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateApplicationResponse.Builder application(ApplicationDescription application)
The ApplicationDescription of the application.
application - The ApplicationDescription of the application.default UpdateApplicationResponse.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.