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