@Stability(value=Stable) public static final class CfnHostedConfigurationVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnHostedConfigurationVersionProps>
CfnHostedConfigurationVersionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnHostedConfigurationVersionProps.Builder applicationId(String applicationId)
CfnHostedConfigurationVersionProps.getApplicationId()applicationId - The application ID. This parameter is required.this@Stability(value=Stable) public CfnHostedConfigurationVersionProps.Builder configurationProfileId(String configurationProfileId)
CfnHostedConfigurationVersionProps.getConfigurationProfileId()configurationProfileId - The configuration profile ID. This parameter is required.this@Stability(value=Stable) public CfnHostedConfigurationVersionProps.Builder content(String content)
CfnHostedConfigurationVersionProps.getContent()content - The content of the configuration or the configuration data. This parameter is required.this@Stability(value=Stable) public CfnHostedConfigurationVersionProps.Builder contentType(String contentType)
CfnHostedConfigurationVersionProps.getContentType()contentType - A standard MIME type describing the format of the configuration content. This parameter is required.
For more information, see Content-Type .this@Stability(value=Stable) public CfnHostedConfigurationVersionProps.Builder description(String description)
CfnHostedConfigurationVersionProps.getDescription()description - A description of the configuration.this@Stability(value=Stable) public CfnHostedConfigurationVersionProps.Builder latestVersionNumber(Number latestVersionNumber)
CfnHostedConfigurationVersionProps.getLatestVersionNumber()latestVersionNumber - An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version.
To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.this@Stability(value=Stable) public CfnHostedConfigurationVersionProps build()
build in interface software.amazon.jsii.Builder<CfnHostedConfigurationVersionProps>CfnHostedConfigurationVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.