static CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.builder() |
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.environmentName(String environmentName) |
The name of the builder environment.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings) |
The configuration option settings to apply to the builder environment.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings) |
The configuration option settings to apply to the builder environment.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.optionSettings(ConfigurationOptionSetting... optionSettings) |
The configuration option settings to apply to the builder environment.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.platformDefinitionBundle(Consumer<S3Location.Builder> platformDefinitionBundle) |
The location of the platform definition archive in Amazon S3.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.platformDefinitionBundle(S3Location platformDefinitionBundle) |
The location of the platform definition archive in Amazon S3.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.platformName(String platformName) |
The name of your custom platform.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.platformVersion(String platformVersion) |
The number, such as 1.0.2, for the new platform version.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.tags(Collection<Tag> tags) |
Specifies the tags applied to the new platform version.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Specifies the tags applied to the new platform version.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.tags(Tag... tags) |
Specifies the tags applied to the new platform version.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.toBuilder() |
|