Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnLayerMixinProps.Builder
Packages that use CfnLayerMixinProps.Builder
-
Uses of CfnLayerMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.opsworks
Methods in software.amazon.awscdk.cfnpropertymixins.services.opsworks that return CfnLayerMixinProps.BuilderModifier and TypeMethodDescriptionCfnLayerMixinProps.Builder.attributes(Map<String, String> attributes) Sets the value ofCfnLayerMixinProps.getAttributes()CfnLayerMixinProps.Builder.attributes(IResolvable attributes) Sets the value ofCfnLayerMixinProps.getAttributes()CfnLayerMixinProps.Builder.autoAssignElasticIps(Boolean autoAssignElasticIps) Sets the value ofCfnLayerMixinProps.getAutoAssignElasticIps()CfnLayerMixinProps.Builder.autoAssignElasticIps(IResolvable autoAssignElasticIps) Sets the value ofCfnLayerMixinProps.getAutoAssignElasticIps()CfnLayerMixinProps.Builder.autoAssignPublicIps(Boolean autoAssignPublicIps) Sets the value ofCfnLayerMixinProps.getAutoAssignPublicIps()CfnLayerMixinProps.Builder.autoAssignPublicIps(IResolvable autoAssignPublicIps) Sets the value ofCfnLayerMixinProps.getAutoAssignPublicIps()static CfnLayerMixinProps.BuilderCfnLayerMixinProps.builder()CfnLayerMixinProps.Builder.customInstanceProfileArn(String customInstanceProfileArn) Sets the value ofCfnLayerMixinProps.getCustomInstanceProfileArn()CfnLayerMixinProps.Builder.customJson(Object customJson) Sets the value ofCfnLayerMixinProps.getCustomJson()CfnLayerMixinProps.Builder.customRecipes(CfnLayerPropsMixin.RecipesProperty customRecipes) Sets the value ofCfnLayerMixinProps.getCustomRecipes()CfnLayerMixinProps.Builder.customRecipes(IResolvable customRecipes) Sets the value ofCfnLayerMixinProps.getCustomRecipes()CfnLayerMixinProps.Builder.customSecurityGroupIds(List<String> customSecurityGroupIds) Sets the value ofCfnLayerMixinProps.getCustomSecurityGroupIds()CfnLayerMixinProps.Builder.enableAutoHealing(Boolean enableAutoHealing) Sets the value ofCfnLayerMixinProps.getEnableAutoHealing()CfnLayerMixinProps.Builder.enableAutoHealing(IResolvable enableAutoHealing) Sets the value ofCfnLayerMixinProps.getEnableAutoHealing()CfnLayerMixinProps.Builder.installUpdatesOnBoot(Boolean installUpdatesOnBoot) Sets the value ofCfnLayerMixinProps.getInstallUpdatesOnBoot()CfnLayerMixinProps.Builder.installUpdatesOnBoot(IResolvable installUpdatesOnBoot) Sets the value ofCfnLayerMixinProps.getInstallUpdatesOnBoot()CfnLayerMixinProps.Builder.lifecycleEventConfiguration(CfnLayerPropsMixin.LifecycleEventConfigurationProperty lifecycleEventConfiguration) Sets the value ofCfnLayerMixinProps.getLifecycleEventConfiguration()CfnLayerMixinProps.Builder.lifecycleEventConfiguration(IResolvable lifecycleEventConfiguration) Sets the value ofCfnLayerMixinProps.getLifecycleEventConfiguration()CfnLayerMixinProps.Builder.loadBasedAutoScaling(CfnLayerPropsMixin.LoadBasedAutoScalingProperty loadBasedAutoScaling) Sets the value ofCfnLayerMixinProps.getLoadBasedAutoScaling()CfnLayerMixinProps.Builder.loadBasedAutoScaling(IResolvable loadBasedAutoScaling) Sets the value ofCfnLayerMixinProps.getLoadBasedAutoScaling()Sets the value ofCfnLayerMixinProps.getName()Sets the value ofCfnLayerMixinProps.getPackages()Sets the value ofCfnLayerMixinProps.getShortname()Sets the value ofCfnLayerMixinProps.getStackId()Sets the value ofCfnLayerMixinProps.getTags()Sets the value ofCfnLayerMixinProps.getType()CfnLayerMixinProps.Builder.useEbsOptimizedInstances(Boolean useEbsOptimizedInstances) Sets the value ofCfnLayerMixinProps.getUseEbsOptimizedInstances()CfnLayerMixinProps.Builder.useEbsOptimizedInstances(IResolvable useEbsOptimizedInstances) Sets the value ofCfnLayerMixinProps.getUseEbsOptimizedInstances()CfnLayerMixinProps.Builder.volumeConfigurations(List<? extends Object> volumeConfigurations) Sets the value ofCfnLayerMixinProps.getVolumeConfigurations()CfnLayerMixinProps.Builder.volumeConfigurations(IResolvable volumeConfigurations) Sets the value ofCfnLayerMixinProps.getVolumeConfigurations()Constructors in software.amazon.awscdk.cfnpropertymixins.services.opsworks with parameters of type CfnLayerMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnLayerMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLayerMixinProps.Builder.