Uses of Class
software.amazon.awscdk.services.cloud9.Ec2Environment.Builder
Packages that use Ec2Environment.Builder
-
Uses of Ec2Environment.Builder in software.amazon.awscdk.services.cloud9
Methods in software.amazon.awscdk.services.cloud9 that return Ec2Environment.BuilderModifier and TypeMethodDescriptionEc2Environment.Builder.clonedRepositories
(List<? extends CloneRepository> clonedRepositories) (experimental) The AWS CodeCommit repository to be cloned.Ec2Environment.Builder.connectionType
(ConnectionType connectionType) (experimental) The connection type used for connecting to an Amazon EC2 environment.static Ec2Environment.Builder
Ec2Environment.Builder.description
(String description) (experimental) Description of the environment.Ec2Environment.Builder.ec2EnvironmentName
(String ec2EnvironmentName) (experimental) Name of the environment.Ec2Environment.Builder.instanceType
(InstanceType instanceType) (experimental) The type of instance to connect to the environment.Ec2Environment.Builder.subnetSelection
(SubnetSelection subnetSelection) (experimental) The subnetSelection of the VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.(experimental) The VPC that AWS Cloud9 will use to communicate with the Amazon Elastic Compute Cloud (Amazon EC2) instance.