public static interface SystemsManagerAgent.Builder extends SdkPojo, CopyableBuilder<SystemsManagerAgent.Builder,SystemsManagerAgent>
| Modifier and Type | Method and Description |
|---|---|
SystemsManagerAgent.Builder |
uninstallAfterBuild(Boolean uninstallAfterBuild)
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new
AMI.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSystemsManagerAgent.Builder uninstallAfterBuild(Boolean 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.
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.Copyright © 2023. All rights reserved.