public static interface GetDevEnvironmentResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<GetDevEnvironmentResponse.Builder,GetDevEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDevEnvironmentResponse.Builder |
alias(String alias)
The user-specified alias for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
creatorId(String creatorId)
The system-generated unique ID of the user who created the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
id(String id)
The system-generated unique ID of the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
ides(Collection<Ide> ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
ides(Consumer<Ide.Builder>... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
ides(Ide... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
GetDevEnvironmentResponse.Builder |
instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
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 |
persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage)
Information about the amount of storage allocated to the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
persistentStorage(PersistentStorage persistentStorage)
Information about the amount of storage allocated to the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
projectName(String projectName)
The name of the project in the space.
|
GetDevEnvironmentResponse.Builder |
repositories(Collection<DevEnvironmentRepositorySummary> repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
repositories(Consumer<DevEnvironmentRepositorySummary.Builder>... repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
repositories(DevEnvironmentRepositorySummary... repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
spaceName(String spaceName)
The name of the space.
|
GetDevEnvironmentResponse.Builder |
status(DevEnvironmentStatus status)
The current status of the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
status(String status)
The current status of the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
statusReason(String statusReason)
The reason for the status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDevEnvironmentResponse.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.GetDevEnvironmentResponse.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.GetDevEnvironmentResponse.Builder id(String id)
The system-generated unique ID of the Dev Environment.
id - The system-generated unique ID of the Dev Environment.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.
lastUpdatedTime - The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp
format as specified in RFC 3339.GetDevEnvironmentResponse.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.GetDevEnvironmentResponse.Builder status(String status)
The current status of the Dev Environment.
status - The current status of the Dev Environment.DevEnvironmentStatus,
DevEnvironmentStatusGetDevEnvironmentResponse.Builder status(DevEnvironmentStatus status)
The current status of the Dev Environment.
status - The current status of the Dev Environment.DevEnvironmentStatus,
DevEnvironmentStatusGetDevEnvironmentResponse.Builder statusReason(String statusReason)
The reason for the status.
statusReason - The reason for the status.GetDevEnvironmentResponse.Builder repositories(Collection<DevEnvironmentRepositorySummary> repositories)
The source repository that contains the branch cloned into the Dev Environment.
repositories - The source repository that contains the branch cloned into the Dev Environment.GetDevEnvironmentResponse.Builder repositories(DevEnvironmentRepositorySummary... repositories)
The source repository that contains the branch cloned into the Dev Environment.
repositories - The source repository that contains the branch cloned into the Dev Environment.GetDevEnvironmentResponse.Builder repositories(Consumer<DevEnvironmentRepositorySummary.Builder>... repositories)
The source repository that contains the branch cloned into the Dev Environment.
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) GetDevEnvironmentResponse.Builder alias(String alias)
The user-specified alias for the Dev Environment.
alias - The user-specified alias for the Dev Environment.GetDevEnvironmentResponse.Builder ides(Collection<Ide> ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
ides - Information about the integrated development environment (IDE) configured for the Dev Environment.GetDevEnvironmentResponse.Builder ides(Ide... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
ides - Information about the integrated development environment (IDE) configured for the Dev Environment.GetDevEnvironmentResponse.Builder ides(Consumer<Ide.Builder>... ides)
Information about the integrated development environment (IDE) configured for the 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) GetDevEnvironmentResponse.Builder instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
instanceType - The Amazon EC2 instace type to use for the Dev Environment.InstanceType,
InstanceTypeGetDevEnvironmentResponse.Builder instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
instanceType - The Amazon EC2 instace type to use for the Dev Environment.InstanceType,
InstanceTypeGetDevEnvironmentResponse.Builder inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
inactivityTimeoutMinutes - The amount of time the Dev Environment will run without any activity detected before stopping, in
minutes.GetDevEnvironmentResponse.Builder persistentStorage(PersistentStorage persistentStorage)
Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
persistentStorage - Information about the amount of storage allocated to the Dev Environment. By default, a Dev
Environment is configured to have 16GB of persistent storage.default GetDevEnvironmentResponse.Builder persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage)
Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
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.