@Stability(value=Stable) public static final class CfnStack.ChefConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStack.ChefConfigurationProperty>
CfnStack.ChefConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStack.ChefConfigurationProperty.Builder |
berkshelfVersion(String berkshelfVersion)
Sets the value of
CfnStack.ChefConfigurationProperty.getBerkshelfVersion() |
CfnStack.ChefConfigurationProperty |
build()
Builds the configured instance.
|
CfnStack.ChefConfigurationProperty.Builder |
manageBerkshelf(Boolean manageBerkshelf)
Sets the value of
CfnStack.ChefConfigurationProperty.getManageBerkshelf() |
CfnStack.ChefConfigurationProperty.Builder |
manageBerkshelf(IResolvable manageBerkshelf)
Sets the value of
CfnStack.ChefConfigurationProperty.getManageBerkshelf() |
@Stability(value=Stable) public CfnStack.ChefConfigurationProperty.Builder berkshelfVersion(String berkshelfVersion)
CfnStack.ChefConfigurationProperty.getBerkshelfVersion()berkshelfVersion - The Berkshelf version.this@Stability(value=Stable) public CfnStack.ChefConfigurationProperty.Builder manageBerkshelf(Boolean manageBerkshelf)
CfnStack.ChefConfigurationProperty.getManageBerkshelf()manageBerkshelf - Whether to enable Berkshelf.this@Stability(value=Stable) public CfnStack.ChefConfigurationProperty.Builder manageBerkshelf(IResolvable manageBerkshelf)
CfnStack.ChefConfigurationProperty.getManageBerkshelf()manageBerkshelf - Whether to enable Berkshelf.this@Stability(value=Stable) public CfnStack.ChefConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnStack.ChefConfigurationProperty>CfnStack.ChefConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.