Interface SystemsManagerAgent.Builder

  • Method Details

    • uninstallAfterBuild

      SystemsManagerAgent.Builder uninstallAfterBuild(Boolean uninstallAfterBuild)

      Specifies whether the Systems Manager agent is removed from your final build image before Image Builder creates the new AMI. If true, the agent is removed. If false, the agent is kept, so that it's included in the AMI. If you don't set this property, Image Builder removes the agent only if Image Builder installed the agent during the build. An agent that was pre-installed on the base image is kept.

      Parameters:
      uninstallAfterBuild - Specifies whether the Systems Manager agent is removed from your final build image before Image Builder creates the new AMI. If true, the agent is removed. If false, the agent is kept, so that it's included in the AMI. If you don't set this property, Image Builder removes the agent only if Image Builder installed the agent during the build. An agent that was pre-installed on the base image is kept.
      Returns:
      Returns a reference to this object so that method calls can be chained together.