| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.alias(String alias)
The user-specified alias for the Dev Environment.
|
static GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.builder() |
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.creatorId(String creatorId)
The system-generated unique ID of the user who created the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.id(String id)
The system-generated unique ID of the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.ides(Collection<Ide> ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.ides(Consumer<Ide.Builder>... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.ides(Ide... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339.
|
default GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage)
Information about the amount of storage allocated to the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.persistentStorage(PersistentStorage persistentStorage)
Information about the amount of storage allocated to the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.projectName(String projectName)
The name of the project in the space.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.repositories(Collection<DevEnvironmentRepositorySummary> repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.repositories(Consumer<DevEnvironmentRepositorySummary.Builder>... repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.repositories(DevEnvironmentRepositorySummary... repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.spaceName(String spaceName)
The name of the space.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.status(DevEnvironmentStatus status)
The current status of the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.status(String status)
The current status of the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.statusReason(String statusReason)
The reason for the status.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDevEnvironmentResponse.Builder> |
GetDevEnvironmentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.