Uses of Class
com.hashicorp.cdktf.providers.aws.instance.InstanceMaintenanceOptions.Builder
-
Packages that use InstanceMaintenanceOptions.Builder Package Description com.hashicorp.cdktf.providers.aws.instance aws_instance -
-
Uses of InstanceMaintenanceOptions.Builder in com.hashicorp.cdktf.providers.aws.instance
Methods in com.hashicorp.cdktf.providers.aws.instance that return InstanceMaintenanceOptions.Builder Modifier and Type Method Description InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions.Builder. autoRecovery(String autoRecovery)Sets the value ofInstanceMaintenanceOptions.getAutoRecovery()static InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions. builder()Constructors in com.hashicorp.cdktf.providers.aws.instance with parameters of type InstanceMaintenanceOptions.Builder Constructor Description Jsii$Proxy(InstanceMaintenanceOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theInstanceMaintenanceOptions.Builder.
-