Uses of Class
software.amazon.awscdk.services.cloud9.alpha.Ec2EnvironmentProps.Builder
Packages that use Ec2EnvironmentProps.Builder
-
Uses of Ec2EnvironmentProps.Builder in software.amazon.awscdk.services.cloud9.alpha
Methods in software.amazon.awscdk.services.cloud9.alpha that return Ec2EnvironmentProps.BuilderModifier and TypeMethodDescriptionEc2EnvironmentProps.Builder.automaticStop(Duration automaticStop) Sets the value ofEc2EnvironmentProps.getAutomaticStop()static Ec2EnvironmentProps.BuilderEc2EnvironmentProps.builder()Ec2EnvironmentProps.Builder.clonedRepositories(List<? extends CloneRepository> clonedRepositories) Sets the value ofEc2EnvironmentProps.getClonedRepositories()Ec2EnvironmentProps.Builder.connectionType(ConnectionType connectionType) Sets the value ofEc2EnvironmentProps.getConnectionType()Ec2EnvironmentProps.Builder.description(String description) Sets the value ofEc2EnvironmentProps.getDescription()Ec2EnvironmentProps.Builder.ec2EnvironmentName(String ec2EnvironmentName) Sets the value ofEc2EnvironmentProps.getEc2EnvironmentName()Sets the value ofEc2EnvironmentProps.getImageId()Ec2EnvironmentProps.Builder.instanceType(InstanceType instanceType) Sets the value ofEc2EnvironmentProps.getInstanceType()Sets the value ofEc2EnvironmentProps.getOwner()Ec2EnvironmentProps.Builder.subnetSelection(SubnetSelection subnetSelection) Sets the value ofEc2EnvironmentProps.getSubnetSelection()Sets the value ofEc2EnvironmentProps.getVpc()Constructors in software.amazon.awscdk.services.cloud9.alpha with parameters of type Ec2EnvironmentProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(Ec2EnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEc2EnvironmentProps.Builder.