@Generated(value="software.amazon.awssdk:codegen") public final class CreatePlatformVersionRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
Request to create a new platform version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePlatformVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePlatformVersionRequest.Builder |
builder() |
String |
environmentName()
The name of the builder environment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<ConfigurationOptionSetting> |
optionSettings()
The configuration option settings to apply to the builder environment.
|
S3Location |
platformDefinitionBundle()
The location of the platform definition archive in Amazon S3.
|
String |
platformName()
The name of your custom platform.
|
String |
platformVersion()
The number, such as 1.0.2, for the new platform version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePlatformVersionRequest.Builder> |
serializableBuilderClass() |
CreatePlatformVersionRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String platformName()
The name of your custom platform.
public String platformVersion()
The number, such as 1.0.2, for the new platform version.
public S3Location platformDefinitionBundle()
The location of the platform definition archive in Amazon S3.
public String environmentName()
The name of the builder environment.
public List<ConfigurationOptionSetting> optionSettings()
The configuration option settings to apply to the builder environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreatePlatformVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>toBuilder in class ElasticBeanstalkRequestpublic static CreatePlatformVersionRequest.Builder builder()
public static Class<? extends CreatePlatformVersionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.