Uses of Class
com.hashicorp.cdktf.providers.aws.instance.InstanceLaunchTemplate.Builder
-
Packages that use InstanceLaunchTemplate.Builder Package Description com.hashicorp.cdktf.providers.aws.instance aws_instance -
-
Uses of InstanceLaunchTemplate.Builder in com.hashicorp.cdktf.providers.aws.instance
Methods in com.hashicorp.cdktf.providers.aws.instance that return InstanceLaunchTemplate.Builder Modifier and Type Method Description static InstanceLaunchTemplate.BuilderInstanceLaunchTemplate. builder()InstanceLaunchTemplate.BuilderInstanceLaunchTemplate.Builder. id(String id)Sets the value ofInstanceLaunchTemplate.getId()InstanceLaunchTemplate.BuilderInstanceLaunchTemplate.Builder. name(String name)Sets the value ofInstanceLaunchTemplate.getName()InstanceLaunchTemplate.BuilderInstanceLaunchTemplate.Builder. version(String version)Sets the value ofInstanceLaunchTemplate.getVersion()Constructors in com.hashicorp.cdktf.providers.aws.instance with parameters of type InstanceLaunchTemplate.Builder Constructor Description Jsii$Proxy(InstanceLaunchTemplate.Builder builder)Constructor that initializes the object based on literal property values passed by theInstanceLaunchTemplate.Builder.
-