Uses of Class
software.amazon.awscdk.services.cloudformation.CfnTypeActivationProps.Builder
Packages that use CfnTypeActivationProps.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnTypeActivationProps.Builder in software.amazon.awscdk.services.cloudformation
Methods in software.amazon.awscdk.services.cloudformation that return CfnTypeActivationProps.BuilderModifier and TypeMethodDescriptionCfnTypeActivationProps.Builder.autoUpdate
(Boolean autoUpdate) Sets the value ofCfnTypeActivationProps.getAutoUpdate()
CfnTypeActivationProps.Builder.autoUpdate
(IResolvable autoUpdate) Sets the value ofCfnTypeActivationProps.getAutoUpdate()
CfnTypeActivationProps.builder()
CfnTypeActivationProps.Builder.executionRoleArn
(String executionRoleArn) Sets the value ofCfnTypeActivationProps.getExecutionRoleArn()
CfnTypeActivationProps.Builder.loggingConfig
(IResolvable loggingConfig) Sets the value ofCfnTypeActivationProps.getLoggingConfig()
CfnTypeActivationProps.Builder.loggingConfig
(CfnTypeActivation.LoggingConfigProperty loggingConfig) Sets the value ofCfnTypeActivationProps.getLoggingConfig()
CfnTypeActivationProps.Builder.majorVersion
(String majorVersion) Sets the value ofCfnTypeActivationProps.getMajorVersion()
CfnTypeActivationProps.Builder.publicTypeArn
(String publicTypeArn) Sets the value ofCfnTypeActivationProps.getPublicTypeArn()
CfnTypeActivationProps.Builder.publisherId
(String publisherId) Sets the value ofCfnTypeActivationProps.getPublisherId()
Sets the value ofCfnTypeActivationProps.getType()
Sets the value ofCfnTypeActivationProps.getTypeName()
CfnTypeActivationProps.Builder.typeNameAlias
(String typeNameAlias) Sets the value ofCfnTypeActivationProps.getTypeNameAlias()
CfnTypeActivationProps.Builder.versionBump
(String versionBump) Sets the value ofCfnTypeActivationProps.getVersionBump()
Constructors in software.amazon.awscdk.services.cloudformation with parameters of type CfnTypeActivationProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTypeActivationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTypeActivationProps.Builder
.