public static interface DescribePlatformVersionResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<DescribePlatformVersionResponse.Builder,DescribePlatformVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribePlatformVersionResponse.Builder |
platformDescription(Consumer<PlatformDescription.Builder> platformDescription)
Detailed information about the version of the platform.
|
DescribePlatformVersionResponse.Builder |
platformDescription(PlatformDescription platformDescription)
Detailed information about the version of the platform.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribePlatformVersionResponse.Builder platformDescription(PlatformDescription platformDescription)
Detailed information about the version of the platform.
platformDescription - Detailed information about the version of the platform.default DescribePlatformVersionResponse.Builder platformDescription(Consumer<PlatformDescription.Builder> platformDescription)
Detailed information about the version of the platform.
This is a convenience that creates an instance of thePlatformDescription.Builder avoiding the need
to create one manually via PlatformDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to platformDescription(PlatformDescription).platformDescription - a consumer that will call methods on PlatformDescription.BuilderplatformDescription(PlatformDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.