CopyableBuilder<PlatformProgrammingLanguage.Builder,PlatformProgrammingLanguage>, SdkBuilder<PlatformProgrammingLanguage.Builder,PlatformProgrammingLanguage>public static interface PlatformProgrammingLanguage.Builder extends CopyableBuilder<PlatformProgrammingLanguage.Builder,PlatformProgrammingLanguage>
| Modifier and Type | Method | Description |
|---|---|---|
PlatformProgrammingLanguage.Builder |
name(String name) |
The name of the programming language.
|
PlatformProgrammingLanguage.Builder |
version(String version) |
The version of the programming language.
|
copyapply, buildPlatformProgrammingLanguage.Builder name(String name)
The name of the programming language.
name - The name of the programming language.PlatformProgrammingLanguage.Builder version(String version)
The version of the programming language.
version - The version of the programming language.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.