| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloud9 |
|
| software.amazon.awssdk.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEnvironmentEc2Response> |
Cloud9AsyncClient.createEnvironmentEC2(Consumer<CreateEnvironmentEc2Request.Builder> createEnvironmentEc2Request)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
then connects from the instance to the environment.
|
default CreateEnvironmentEc2Response |
Cloud9Client.createEnvironmentEC2(Consumer<CreateEnvironmentEc2Request.Builder> createEnvironmentEc2Request)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
then connects from the instance to the environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.automaticStopTimeMinutes(Integer automaticStopTimeMinutes)
The number of minutes until the running instance is shut down after the environment has last been used.
|
static CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.builder() |
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.clientRequestToken(String clientRequestToken)
A unique, case-sensitive string that helps Cloud9 to ensure this operation completes no more than one time.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.connectionType(ConnectionType connectionType)
The connection type used for connecting to an Amazon EC2 environment.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.connectionType(String connectionType)
The connection type used for connecting to an Amazon EC2 environment.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.description(String description)
The description of the environment to create.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.imageId(String imageId)
The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.instanceType(String instanceType)
The type of instance to connect to the environment (for example,
t2.micro). |
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.name(String name)
The name of the environment to create.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.ownerArn(String ownerArn)
The Amazon Resource Name (ARN) of the environment owner.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.subnetId(String subnetId)
The ID of the subnet in Amazon VPC that Cloud9 will use to communicate with the Amazon EC2 instance.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.tags(Collection<Tag> tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.Builder.tags(Tag... tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
CreateEnvironmentEc2Request.Builder |
CreateEnvironmentEc2Request.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEnvironmentEc2Request.Builder> |
CreateEnvironmentEc2Request.serializableBuilderClass() |
Copyright © 2023. All rights reserved.