| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.alias(String alias)
The user-specified alias for the Dev Environment.
|
static UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.builder() |
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.clientToken(String clientToken)
A user-specified idempotency token.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.id(String id)
The system-generated unique ID of the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.ides(Collection<IdeConfiguration> ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.ides(Consumer<IdeConfiguration.Builder>... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.ides(IdeConfiguration... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.projectName(String projectName)
The name of the project in the space.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.spaceName(String spaceName)
The name of the space.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateDevEnvironmentResponse.Builder> |
UpdateDevEnvironmentResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.