Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class CreatePlatformVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
Request to create a new platform version.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePlatformVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreatePlatformVersionRequest.Builder |
builder() |
|
String |
environmentName() |
The name of the builder environment.
|
boolean |
equals(Object obj) |
|
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.
|
static Class<? extends CreatePlatformVersionRequest.Builder> |
serializableBuilderClass() |
|
CreatePlatformVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public CreatePlatformVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
public static CreatePlatformVersionRequest.Builder builder()
public static Class<? extends CreatePlatformVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.