public static interface UpdateDevEnvironmentRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<UpdateDevEnvironmentRequest.Builder,UpdateDevEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDevEnvironmentRequest.Builder |
alias(String alias)
The user-specified alias for the Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
clientToken(String clientToken)
A user-specified idempotency token.
|
UpdateDevEnvironmentRequest.Builder |
id(String id)
The system-generated unique ID of the Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
ides(Collection<IdeConfiguration> ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
ides(Consumer<IdeConfiguration.Builder>... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
ides(IdeConfiguration... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
UpdateDevEnvironmentRequest.Builder |
instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDevEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDevEnvironmentRequest.Builder |
projectName(String projectName)
The name of the project in the space.
|
UpdateDevEnvironmentRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDevEnvironmentRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.UpdateDevEnvironmentRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.UpdateDevEnvironmentRequest.Builder id(String id)
The system-generated unique ID of the Dev Environment.
id - The system-generated unique ID of the Dev Environment.UpdateDevEnvironmentRequest.Builder alias(String alias)
The user-specified alias for the Dev Environment. Changing this value will not cause a restart.
alias - The user-specified alias for the Dev Environment. Changing this value will not cause a restart.UpdateDevEnvironmentRequest.Builder ides(Collection<IdeConfiguration> 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.UpdateDevEnvironmentRequest.Builder ides(IdeConfiguration... 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.UpdateDevEnvironmentRequest.Builder ides(Consumer<IdeConfiguration.Builder>... ides)
Information about the integrated development environment (IDE) configured for a 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) UpdateDevEnvironmentRequest.Builder instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
Changing this value will cause a restart of the Dev Environment if it is running.
instanceType - The Amazon EC2 instace type to use for the Dev Environment. Changing this value will cause a restart of the Dev Environment if it is running.
InstanceType,
InstanceTypeUpdateDevEnvironmentRequest.Builder instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
Changing this value will cause a restart of the Dev Environment if it is running.
instanceType - The Amazon EC2 instace type to use for the Dev Environment. Changing this value will cause a restart of the Dev Environment if it is running.
InstanceType,
InstanceTypeUpdateDevEnvironmentRequest.Builder inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
Changing this value will cause a restart of the Dev Environment if it is running.
inactivityTimeoutMinutes - The amount of time the Dev Environment will run without any activity detected before stopping, in
minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
Changing this value will cause a restart of the Dev Environment if it is running.
UpdateDevEnvironmentRequest.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.UpdateDevEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDevEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.