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