| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
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(ConnectionType connectionType)
The connection type used for connecting to an Amazon EC2 environment.
|
Environment.Builder |
Environment.Builder.connectionType(String 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.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(EnvironmentType type)
The type of environment.
|
Environment.Builder |
Environment.Builder.type(String type)
The type of environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Environment.Builder> |
Environment.serializableBuilderClass() |
Copyright © 2021. All rights reserved.