Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnStackMixinProps.Builder
Packages that use CfnStackMixinProps.Builder
-
Uses of CfnStackMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.opsworks
Methods in software.amazon.awscdk.cfnpropertymixins.services.opsworks that return CfnStackMixinProps.BuilderModifier and TypeMethodDescriptionCfnStackMixinProps.Builder.agentVersion(String agentVersion) Sets the value ofCfnStackMixinProps.getAgentVersion()CfnStackMixinProps.Builder.attributes(Map<String, String> attributes) Sets the value ofCfnStackMixinProps.getAttributes()CfnStackMixinProps.Builder.attributes(IResolvable attributes) Sets the value ofCfnStackMixinProps.getAttributes()static CfnStackMixinProps.BuilderCfnStackMixinProps.builder()CfnStackMixinProps.Builder.chefConfiguration(CfnStackPropsMixin.ChefConfigurationProperty chefConfiguration) Sets the value ofCfnStackMixinProps.getChefConfiguration()CfnStackMixinProps.Builder.chefConfiguration(IResolvable chefConfiguration) Sets the value ofCfnStackMixinProps.getChefConfiguration()CfnStackMixinProps.Builder.cloneAppIds(List<String> cloneAppIds) Sets the value ofCfnStackMixinProps.getCloneAppIds()CfnStackMixinProps.Builder.clonePermissions(Boolean clonePermissions) Sets the value ofCfnStackMixinProps.getClonePermissions()CfnStackMixinProps.Builder.clonePermissions(IResolvable clonePermissions) Sets the value ofCfnStackMixinProps.getClonePermissions()CfnStackMixinProps.Builder.configurationManager(CfnStackPropsMixin.StackConfigurationManagerProperty configurationManager) Sets the value ofCfnStackMixinProps.getConfigurationManager()CfnStackMixinProps.Builder.configurationManager(IResolvable configurationManager) Sets the value ofCfnStackMixinProps.getConfigurationManager()CfnStackMixinProps.Builder.customCookbooksSource(CfnStackPropsMixin.SourceProperty customCookbooksSource) Sets the value ofCfnStackMixinProps.getCustomCookbooksSource()CfnStackMixinProps.Builder.customCookbooksSource(IResolvable customCookbooksSource) Sets the value ofCfnStackMixinProps.getCustomCookbooksSource()CfnStackMixinProps.Builder.customJson(Object customJson) Sets the value ofCfnStackMixinProps.getCustomJson()CfnStackMixinProps.Builder.defaultAvailabilityZone(String defaultAvailabilityZone) Sets the value ofCfnStackMixinProps.getDefaultAvailabilityZone()CfnStackMixinProps.Builder.defaultInstanceProfileArn(String defaultInstanceProfileArn) Sets the value ofCfnStackMixinProps.getDefaultInstanceProfileArn()Sets the value ofCfnStackMixinProps.getDefaultOs()CfnStackMixinProps.Builder.defaultRootDeviceType(String defaultRootDeviceType) Sets the value ofCfnStackMixinProps.getDefaultRootDeviceType()CfnStackMixinProps.Builder.defaultSshKeyName(String defaultSshKeyName) Sets the value ofCfnStackMixinProps.getDefaultSshKeyName()CfnStackMixinProps.Builder.defaultSubnetId(String defaultSubnetId) Sets the value ofCfnStackMixinProps.getDefaultSubnetId()CfnStackMixinProps.Builder.ecsClusterArn(String ecsClusterArn) Sets the value ofCfnStackMixinProps.getEcsClusterArn()CfnStackMixinProps.Builder.elasticIps(List<? extends Object> elasticIps) Sets the value ofCfnStackMixinProps.getElasticIps()CfnStackMixinProps.Builder.elasticIps(IResolvable elasticIps) Sets the value ofCfnStackMixinProps.getElasticIps()CfnStackMixinProps.Builder.hostnameTheme(String hostnameTheme) Sets the value ofCfnStackMixinProps.getHostnameTheme()Sets the value ofCfnStackMixinProps.getName()CfnStackMixinProps.Builder.rdsDbInstances(List<? extends Object> rdsDbInstances) Sets the value ofCfnStackMixinProps.getRdsDbInstances()CfnStackMixinProps.Builder.rdsDbInstances(IResolvable rdsDbInstances) Sets the value ofCfnStackMixinProps.getRdsDbInstances()CfnStackMixinProps.Builder.serviceRoleArn(String serviceRoleArn) Sets the value ofCfnStackMixinProps.getServiceRoleArn()CfnStackMixinProps.Builder.sourceStackId(String sourceStackId) Sets the value ofCfnStackMixinProps.getSourceStackId()Sets the value ofCfnStackMixinProps.getTags()CfnStackMixinProps.Builder.useCustomCookbooks(Boolean useCustomCookbooks) Sets the value ofCfnStackMixinProps.getUseCustomCookbooks()CfnStackMixinProps.Builder.useCustomCookbooks(IResolvable useCustomCookbooks) Sets the value ofCfnStackMixinProps.getUseCustomCookbooks()CfnStackMixinProps.Builder.useOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups) Sets the value ofCfnStackMixinProps.getUseOpsworksSecurityGroups()CfnStackMixinProps.Builder.useOpsworksSecurityGroups(IResolvable useOpsworksSecurityGroups) Sets the value ofCfnStackMixinProps.getUseOpsworksSecurityGroups()Sets the value ofCfnStackMixinProps.getVpcId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.opsworks with parameters of type CfnStackMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnStackMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackMixinProps.Builder.