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