@Stability(value=Stable) public static final class CfnImageRecipe.SystemsManagerAgentProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnImageRecipe.SystemsManagerAgentProperty>
CfnImageRecipe.SystemsManagerAgentProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnImageRecipe.SystemsManagerAgentProperty |
build()
Builds the configured instance.
|
CfnImageRecipe.SystemsManagerAgentProperty.Builder |
uninstallAfterBuild(Boolean uninstallAfterBuild)
Sets the value of
CfnImageRecipe.SystemsManagerAgentProperty.getUninstallAfterBuild() |
CfnImageRecipe.SystemsManagerAgentProperty.Builder |
uninstallAfterBuild(IResolvable uninstallAfterBuild)
Sets the value of
CfnImageRecipe.SystemsManagerAgentProperty.getUninstallAfterBuild() |
@Stability(value=Stable) public CfnImageRecipe.SystemsManagerAgentProperty.Builder uninstallAfterBuild(Boolean uninstallAfterBuild)
CfnImageRecipe.SystemsManagerAgentProperty.getUninstallAfterBuild()uninstallAfterBuild - Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI.
If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.this@Stability(value=Stable) public CfnImageRecipe.SystemsManagerAgentProperty.Builder uninstallAfterBuild(IResolvable uninstallAfterBuild)
CfnImageRecipe.SystemsManagerAgentProperty.getUninstallAfterBuild()uninstallAfterBuild - Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI.
If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.this@Stability(value=Stable) public CfnImageRecipe.SystemsManagerAgentProperty build()
build in interface software.amazon.jsii.Builder<CfnImageRecipe.SystemsManagerAgentProperty>CfnImageRecipe.SystemsManagerAgentPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.