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