public static interface UpdateDevEnvironmentResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<UpdateDevEnvironmentResponse.Builder,UpdateDevEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDevEnvironmentResponse.Builder |
alias(String alias)
The user-specified alias for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
clientToken(String clientToken)
A user-specified idempotency token.
|
UpdateDevEnvironmentResponse.Builder |
id(String id)
The system-generated unique ID of the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
ides(Collection<IdeConfiguration> ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
ides(Consumer<IdeConfiguration.Builder>... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
ides(IdeConfiguration... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
UpdateDevEnvironmentResponse.Builder |
instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
projectName(String projectName)
The name of the project in the space.
|
UpdateDevEnvironmentResponse.Builder |
spaceName(String spaceName)
The name of the space.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDevEnvironmentResponse.Builder id(String id)
The system-generated unique ID of the Dev Environment.
id - The system-generated unique ID of the Dev Environment.UpdateDevEnvironmentResponse.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.UpdateDevEnvironmentResponse.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.UpdateDevEnvironmentResponse.Builder alias(String alias)
The user-specified alias for the Dev Environment.
alias - The user-specified alias for the Dev Environment.UpdateDevEnvironmentResponse.Builder ides(Collection<IdeConfiguration> 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.UpdateDevEnvironmentResponse.Builder ides(IdeConfiguration... 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.UpdateDevEnvironmentResponse.Builder ides(Consumer<IdeConfiguration.Builder>... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
This is a convenience method that creates an instance of theIdeConfiguration.Builder avoiding the need to
create one manually via IdeConfiguration.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
IdeConfiguration.Builder#ides(java.util.Collection) UpdateDevEnvironmentResponse.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,
InstanceTypeUpdateDevEnvironmentResponse.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,
InstanceTypeUpdateDevEnvironmentResponse.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.UpdateDevEnvironmentResponse.Builder clientToken(String clientToken)
A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
clientToken - A user-specified idempotency token. Idempotency ensures that an API request completes only once. With
an idempotent request, if the original request completes successfully, the subsequent retries return
the result from the original successful request and have no additional effect.Copyright © 2023. All rights reserved.