| Modifier and Type | Method and Description |
|---|---|
Ec2Environment.Builder |
Ec2Environment.Builder.clonedRepositories(List<? extends CloneRepository> clonedRepositories)
(experimental) The AWS CodeCommit repository to be cloned.
|
Ec2Environment.Builder |
Ec2Environment.Builder.connectionType(ConnectionType connectionType)
(experimental) The connection type used for connecting to an Amazon EC2 environment.
|
static Ec2Environment.Builder |
Ec2Environment.Builder.create(software.constructs.Construct scope,
String id) |
Ec2Environment.Builder |
Ec2Environment.Builder.description(String description)
(experimental) Description of the environment.
|
Ec2Environment.Builder |
Ec2Environment.Builder.ec2EnvironmentName(String ec2EnvironmentName)
(experimental) Name of the environment.
|
Ec2Environment.Builder |
Ec2Environment.Builder.instanceType(InstanceType instanceType)
(experimental) The type of instance to connect to the environment.
|
Ec2Environment.Builder |
Ec2Environment.Builder.subnetSelection(SubnetSelection subnetSelection)
(experimental) The subnetSelection of the VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.
|
Ec2Environment.Builder |
Ec2Environment.Builder.vpc(IVpc vpc)
(experimental) The VPC that AWS Cloud9 will use to communicate with the Amazon Elastic Compute Cloud (Amazon EC2) instance.
|
Copyright © 2022. All rights reserved.