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