public static interface DevEnvironmentSummary.Builder extends SdkPojo, CopyableBuilder<DevEnvironmentSummary.Builder,DevEnvironmentSummary>
| Modifier and Type | Method and Description |
|---|---|
DevEnvironmentSummary.Builder |
alias(String alias)
The user-specified alias for the Dev Environment.
|
DevEnvironmentSummary.Builder |
creatorId(String creatorId)
The system-generated unique ID of the user who created the Dev Environment.
|
DevEnvironmentSummary.Builder |
id(String id)
The system-generated unique ID for the Dev Environment.
|
DevEnvironmentSummary.Builder |
ides(Collection<Ide> ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
DevEnvironmentSummary.Builder |
ides(Consumer<Ide.Builder>... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
DevEnvironmentSummary.Builder |
ides(Ide... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
DevEnvironmentSummary.Builder |
inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
DevEnvironmentSummary.Builder |
instanceType(InstanceType instanceType)
The Amazon EC2 instace type used for the Dev Environment.
|
DevEnvironmentSummary.Builder |
instanceType(String instanceType)
The Amazon EC2 instace type used for the Dev Environment.
|
DevEnvironmentSummary.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 DevEnvironmentSummary.Builder |
persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage)
Information about the configuration of persistent storage for the Dev Environment.
|
DevEnvironmentSummary.Builder |
persistentStorage(PersistentStorage persistentStorage)
Information about the configuration of persistent storage for the Dev Environment.
|
DevEnvironmentSummary.Builder |
projectName(String projectName)
The name of the project in the space.
|
DevEnvironmentSummary.Builder |
repositories(Collection<DevEnvironmentRepositorySummary> repositories)
Information about the repositories that will be cloned into the Dev Environment.
|
DevEnvironmentSummary.Builder |
repositories(Consumer<DevEnvironmentRepositorySummary.Builder>... repositories)
Information about the repositories that will be cloned into the Dev Environment.
|
DevEnvironmentSummary.Builder |
repositories(DevEnvironmentRepositorySummary... repositories)
Information about the repositories that will be cloned into the Dev Environment.
|
DevEnvironmentSummary.Builder |
spaceName(String spaceName)
The name of the space.
|
DevEnvironmentSummary.Builder |
status(DevEnvironmentStatus status)
The status of the Dev Environment.
|
DevEnvironmentSummary.Builder |
status(String status)
The status of the Dev Environment.
|
DevEnvironmentSummary.Builder |
statusReason(String statusReason)
The reason for the status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDevEnvironmentSummary.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.DevEnvironmentSummary.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.DevEnvironmentSummary.Builder id(String id)
The system-generated unique ID for the Dev Environment.
id - The system-generated unique ID for the Dev Environment.DevEnvironmentSummary.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.
lastUpdatedTime - The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp
format as specified in RFC 3339.DevEnvironmentSummary.Builder creatorId(String creatorId)
The system-generated unique ID of the user who created the Dev Environment.
creatorId - The system-generated unique ID of the user who created the Dev Environment.DevEnvironmentSummary.Builder status(String status)
The status of the Dev Environment.
status - The status of the Dev Environment.DevEnvironmentStatus,
DevEnvironmentStatusDevEnvironmentSummary.Builder status(DevEnvironmentStatus status)
The status of the Dev Environment.
status - The status of the Dev Environment.DevEnvironmentStatus,
DevEnvironmentStatusDevEnvironmentSummary.Builder statusReason(String statusReason)
The reason for the status.
statusReason - The reason for the status.DevEnvironmentSummary.Builder repositories(Collection<DevEnvironmentRepositorySummary> repositories)
Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.
repositories - Information about the repositories that will be cloned into the Dev Environment. If no rvalue is
specified, no repository is cloned.DevEnvironmentSummary.Builder repositories(DevEnvironmentRepositorySummary... repositories)
Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.
repositories - Information about the repositories that will be cloned into the Dev Environment. If no rvalue is
specified, no repository is cloned.DevEnvironmentSummary.Builder repositories(Consumer<DevEnvironmentRepositorySummary.Builder>... repositories)
Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.
This is a convenience method that creates an instance of theDevEnvironmentRepositorySummary.Builder avoiding
the need to create one manually via
DevEnvironmentRepositorySummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #repositories(List.
repositories - a consumer that will call methods on
DevEnvironmentRepositorySummary.Builder#repositories(java.util.Collection) DevEnvironmentSummary.Builder alias(String alias)
The user-specified alias for the Dev Environment.
alias - The user-specified alias for the Dev Environment.DevEnvironmentSummary.Builder ides(Collection<Ide> ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
ides - Information about the integrated development environment (IDE) configured for a Dev Environment.DevEnvironmentSummary.Builder ides(Ide... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
ides - Information about the integrated development environment (IDE) configured for a Dev Environment.DevEnvironmentSummary.Builder ides(Consumer<Ide.Builder>... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
This is a convenience method that creates an instance of theIde.Builder avoiding the need to create one
manually via Ide.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #ides(List.
ides - a consumer that will call methods on
Ide.Builder#ides(java.util.Collection) DevEnvironmentSummary.Builder instanceType(String instanceType)
The Amazon EC2 instace type used for the Dev Environment.
instanceType - The Amazon EC2 instace type used for the Dev Environment.InstanceType,
InstanceTypeDevEnvironmentSummary.Builder instanceType(InstanceType instanceType)
The Amazon EC2 instace type used for the Dev Environment.
instanceType - The Amazon EC2 instace type used for the Dev Environment.InstanceType,
InstanceTypeDevEnvironmentSummary.Builder inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Dev Environments consume compute minutes when running.
inactivityTimeoutMinutes - The amount of time the Dev Environment will run without any activity detected before stopping, in
minutes. Dev Environments consume compute minutes when running.DevEnvironmentSummary.Builder persistentStorage(PersistentStorage persistentStorage)
Information about the configuration of persistent storage for the Dev Environment.
persistentStorage - Information about the configuration of persistent storage for the Dev Environment.default DevEnvironmentSummary.Builder persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage)
Information about the configuration of persistent storage for the Dev Environment.
This is a convenience method that creates an instance of thePersistentStorage.Builder avoiding the
need to create one manually via PersistentStorage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to persistentStorage(PersistentStorage).
persistentStorage - a consumer that will call methods on PersistentStorage.BuilderpersistentStorage(PersistentStorage)Copyright © 2023. All rights reserved.