@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePlatformVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to create a new platform version.
NOOP
Constructor and Description |
---|
CreatePlatformVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePlatformVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEnvironmentName()
The name of the builder environment.
|
List<ConfigurationOptionSetting> |
getOptionSettings()
The configuration option settings to apply to the builder environment.
|
S3Location |
getPlatformDefinitionBundle()
The location of the platform definition archive in Amazon S3.
|
String |
getPlatformName()
The name of your custom platform.
|
String |
getPlatformVersion()
The number, such as 1.0.2, for the new platform version.
|
int |
hashCode() |
void |
setEnvironmentName(String environmentName)
The name of the builder environment.
|
void |
setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
|
void |
setPlatformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
|
void |
setPlatformName(String platformName)
The name of your custom platform.
|
void |
setPlatformVersion(String platformVersion)
The number, such as 1.0.2, for the new platform version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreatePlatformVersionRequest |
withEnvironmentName(String environmentName)
The name of the builder environment.
|
CreatePlatformVersionRequest |
withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
|
CreatePlatformVersionRequest |
withOptionSettings(ConfigurationOptionSetting... optionSettings)
The configuration option settings to apply to the builder environment.
|
CreatePlatformVersionRequest |
withPlatformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
|
CreatePlatformVersionRequest |
withPlatformName(String platformName)
The name of your custom platform.
|
CreatePlatformVersionRequest |
withPlatformVersion(String platformVersion)
The number, such as 1.0.2, for the new platform version.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPlatformName(String platformName)
The name of your custom platform.
platformName
- The name of your custom platform.public String getPlatformName()
The name of your custom platform.
public CreatePlatformVersionRequest withPlatformName(String platformName)
The name of your custom platform.
platformName
- The name of your custom platform.public void setPlatformVersion(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.public String getPlatformVersion()
The number, such as 1.0.2, for the new platform version.
public CreatePlatformVersionRequest withPlatformVersion(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.public void setPlatformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
platformDefinitionBundle
- The location of the platform definition archive in Amazon S3.public S3Location getPlatformDefinitionBundle()
The location of the platform definition archive in Amazon S3.
public CreatePlatformVersionRequest withPlatformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
platformDefinitionBundle
- The location of the platform definition archive in Amazon S3.public void setEnvironmentName(String environmentName)
The name of the builder environment.
environmentName
- The name of the builder environment.public String getEnvironmentName()
The name of the builder environment.
public CreatePlatformVersionRequest withEnvironmentName(String environmentName)
The name of the builder environment.
environmentName
- The name of the builder environment.public List<ConfigurationOptionSetting> getOptionSettings()
The configuration option settings to apply to the builder environment.
public void setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
optionSettings
- The configuration option settings to apply to the builder environment.public CreatePlatformVersionRequest withOptionSettings(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.public CreatePlatformVersionRequest withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
optionSettings
- The configuration option settings to apply to the builder environment.public String toString()
toString
in class Object
Object.toString()
public CreatePlatformVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.