public static interface StartDevEnvironmentRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<StartDevEnvironmentRequest.Builder,StartDevEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDevEnvironmentRequest.Builder |
id(String id)
The system-generated unique ID of the Dev Environment.
|
StartDevEnvironmentRequest.Builder |
ides(Collection<IdeConfiguration> ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
StartDevEnvironmentRequest.Builder |
ides(Consumer<IdeConfiguration.Builder>... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
StartDevEnvironmentRequest.Builder |
ides(IdeConfiguration... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
StartDevEnvironmentRequest.Builder |
inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes)
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
|
StartDevEnvironmentRequest.Builder |
instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
StartDevEnvironmentRequest.Builder |
instanceType(String instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
StartDevEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDevEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDevEnvironmentRequest.Builder |
projectName(String projectName)
The name of the project in the space.
|
StartDevEnvironmentRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDevEnvironmentRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.StartDevEnvironmentRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.StartDevEnvironmentRequest.Builder id(String id)
The system-generated unique ID of the Dev Environment.
id - The system-generated unique ID of the Dev Environment.StartDevEnvironmentRequest.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.StartDevEnvironmentRequest.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.StartDevEnvironmentRequest.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) StartDevEnvironmentRequest.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,
InstanceTypeStartDevEnvironmentRequest.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,
InstanceTypeStartDevEnvironmentRequest.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.
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.StartDevEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDevEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.