CopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
, SdkBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
public static interface CreatePlatformVersionRequest.Builder extends CopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
Modifier and Type | Method | Description |
---|---|---|
CreatePlatformVersionRequest.Builder |
environmentName(String environmentName) |
The name of the builder environment.
|
CreatePlatformVersionRequest.Builder |
optionSettings(Collection<ConfigurationOptionSetting> optionSettings) |
The configuration option settings to apply to the builder environment.
|
CreatePlatformVersionRequest.Builder |
optionSettings(ConfigurationOptionSetting... optionSettings) |
The configuration option settings to apply to the builder environment.
|
CreatePlatformVersionRequest.Builder |
platformDefinitionBundle(S3Location platformDefinitionBundle) |
The location of the platform definition archive in Amazon S3.
|
CreatePlatformVersionRequest.Builder |
platformName(String platformName) |
The name of your custom platform.
|
CreatePlatformVersionRequest.Builder |
platformVersion(String platformVersion) |
The number, such as 1.0.2, for the new platform version.
|
copy
apply, build
CreatePlatformVersionRequest.Builder platformName(String platformName)
The name of your custom platform.
platformName
- The name of your custom platform.CreatePlatformVersionRequest.Builder platformVersion(String platformVersion)
The number, such as 1.0.2, for the new platform version.
platformVersion
- The number, such as 1.0.2, for the new platform version.CreatePlatformVersionRequest.Builder platformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
platformDefinitionBundle
- The location of the platform definition archive in Amazon S3.CreatePlatformVersionRequest.Builder environmentName(String environmentName)
The name of the builder environment.
environmentName
- The name of the builder environment.CreatePlatformVersionRequest.Builder optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
optionSettings
- The configuration option settings to apply to the builder environment.CreatePlatformVersionRequest.Builder optionSettings(ConfigurationOptionSetting... optionSettings)
The configuration option settings to apply to the builder environment.
NOTE: This method appends the values to the existing list (if any). Use
#setOptionSettings(java.util.Collection)
or #withOptionSettings(java.util.Collection)
if you
want to override the existing values.
optionSettings
- The configuration option settings to apply to the builder environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.