@Stability(value=Stable) public static final class CfnTypeActivationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTypeActivationProps>
CfnTypeActivationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnTypeActivationProps.Builder autoUpdate(Boolean autoUpdate)
CfnTypeActivationProps.getAutoUpdate()autoUpdate - Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
Major versions released by the publisher must be manually updated.
The default is true .
this@Stability(value=Stable) public CfnTypeActivationProps.Builder autoUpdate(IResolvable autoUpdate)
CfnTypeActivationProps.getAutoUpdate()autoUpdate - Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
Major versions released by the publisher must be manually updated.
The default is true .
this@Stability(value=Stable) public CfnTypeActivationProps.Builder executionRoleArn(String executionRoleArn)
CfnTypeActivationProps.getExecutionRoleArn()executionRoleArn - The name of the IAM execution role to use to activate the extension.this@Stability(value=Stable) public CfnTypeActivationProps.Builder loggingConfig(CfnTypeActivation.LoggingConfigProperty loggingConfig)
CfnTypeActivationProps.getLoggingConfig()loggingConfig - Specifies logging configuration information for an extension.this@Stability(value=Stable) public CfnTypeActivationProps.Builder loggingConfig(IResolvable loggingConfig)
CfnTypeActivationProps.getLoggingConfig()loggingConfig - Specifies logging configuration information for an extension.this@Stability(value=Stable) public CfnTypeActivationProps.Builder majorVersion(String majorVersion)
CfnTypeActivationProps.getMajorVersion()majorVersion - The major version of this extension you want to activate, if multiple major versions are available.
The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.
You can specify MajorVersion or VersionBump , but not both.
this@Stability(value=Stable) public CfnTypeActivationProps.Builder publicTypeArn(String publicTypeArn)
CfnTypeActivationProps.getPublicTypeArn()publicTypeArn - The Amazon Resource Number (ARN) of the public extension.
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .this@Stability(value=Stable) public CfnTypeActivationProps.Builder publisherId(String publisherId)
CfnTypeActivationProps.getPublisherId()publisherId - The ID of the extension publisher.
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .this@Stability(value=Stable) public CfnTypeActivationProps.Builder type(String type)
CfnTypeActivationProps.getType()type - The extension type.
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .this@Stability(value=Stable) public CfnTypeActivationProps.Builder typeName(String typeName)
CfnTypeActivationProps.getTypeName()typeName - The name of the extension.
Conditional: You must specify PublicTypeArn , or TypeName , Type , and PublisherId .this@Stability(value=Stable) public CfnTypeActivationProps.Builder typeNameAlias(String typeNameAlias)
CfnTypeActivationProps.getTypeNameAlias()typeNameAlias - An alias to assign to the public extension, in this account and region.
If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
this@Stability(value=Stable) public CfnTypeActivationProps.Builder versionBump(String versionBump)
CfnTypeActivationProps.getVersionBump()versionBump - Manually updates a previously-activated type to a new major or minor version, if available.
You can also use this parameter to update the value of AutoUpdate .
MAJOR : CloudFormation updates the extension to the newest major version, if one is available.MINOR : CloudFormation updates the extension to the newest minor version, if one is available.this@Stability(value=Stable) public CfnTypeActivationProps build()
build in interface software.amazon.jsii.Builder<CfnTypeActivationProps>CfnTypeActivationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.