Environment.Builder |
Environment.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the environment.
|
static Environment.Builder |
Environment.builder() |
|
Environment.Builder |
Environment.Builder.connectionType(String connectionType) |
The connection type used for connecting to an Amazon EC2 environment.
|
Environment.Builder |
Environment.Builder.connectionType(ConnectionType connectionType) |
The connection type used for connecting to an Amazon EC2 environment.
|
Environment.Builder |
Environment.Builder.description(String description) |
The description for the environment.
|
Environment.Builder |
Environment.Builder.id(String id) |
The ID of the environment.
|
default Environment.Builder |
Environment.Builder.lifecycle(Consumer<EnvironmentLifecycle.Builder> lifecycle) |
The state of the environment in its creation or deletion lifecycle.
|
Environment.Builder |
Environment.Builder.lifecycle(EnvironmentLifecycle lifecycle) |
The state of the environment in its creation or deletion lifecycle.
|
Environment.Builder |
Environment.Builder.managedCredentialsStatus(String managedCredentialsStatus) |
Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment.
|
Environment.Builder |
Environment.Builder.managedCredentialsStatus(ManagedCredentialsStatus managedCredentialsStatus) |
Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment.
|
Environment.Builder |
Environment.Builder.name(String name) |
The name of the environment.
|
Environment.Builder |
Environment.Builder.ownerArn(String ownerArn) |
The Amazon Resource Name (ARN) of the environment owner.
|
Environment.Builder |
Environment.toBuilder() |
|
Environment.Builder |
Environment.Builder.type(String type) |
The type of environment.
|
Environment.Builder |
Environment.Builder.type(EnvironmentType type) |
The type of environment.
|