Uses of Class
software.amazon.awscdk.services.ec2.InitCommandOptions.Builder
Packages that use InitCommandOptions.Builder
-
Uses of InitCommandOptions.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InitCommandOptions.BuilderModifier and TypeMethodDescriptionstatic InitCommandOptions.BuilderInitCommandOptions.builder()Sets the value ofInitCommandOptions.getCwd()Sets the value ofInitCommandOptions.getEnv()InitCommandOptions.Builder.ignoreErrors(Boolean ignoreErrors) Sets the value ofInitCommandOptions.getIgnoreErrors()Sets the value ofInitCommandOptions.getKey()InitCommandOptions.Builder.serviceRestartHandles(List<? extends InitServiceRestartHandle> serviceRestartHandles) Sets the value ofInitCommandOptions.getServiceRestartHandles()Sets the value ofInitCommandOptions.getTestCmd()InitCommandOptions.Builder.waitAfterCompletion(InitCommandWaitDuration waitAfterCompletion) Sets the value ofInitCommandOptions.getWaitAfterCompletion()Constructors in software.amazon.awscdk.services.ec2 with parameters of type InitCommandOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(InitCommandOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theInitCommandOptions.Builder.