CopyableBuilder<CreatePlatformVersionResponse.Builder,CreatePlatformVersionResponse>
, SdkBuilder<CreatePlatformVersionResponse.Builder,CreatePlatformVersionResponse>
public static interface CreatePlatformVersionResponse.Builder extends CopyableBuilder<CreatePlatformVersionResponse.Builder,CreatePlatformVersionResponse>
Modifier and Type | Method | Description |
---|---|---|
CreatePlatformVersionResponse.Builder |
platformBuilder(PlatformBuilder platformBuilder) |
The builder used to create the custom platform.
|
CreatePlatformVersionResponse.Builder |
platformSummary(PlatformSummary platformSummary) |
Detailed information about the new version of the custom platform.
|
copy
apply, build
CreatePlatformVersionResponse.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.CreatePlatformVersionResponse.Builder platformBuilder(PlatformBuilder platformBuilder)
The builder used to create the custom platform.
platformBuilder
- The builder used to create the custom platform.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.