Interface UpdateDevEnvironmentRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeCatalystRequest.Builder,- CopyableBuilder<UpdateDevEnvironmentRequest.Builder,,- UpdateDevEnvironmentRequest> - SdkBuilder<UpdateDevEnvironmentRequest.Builder,,- UpdateDevEnvironmentRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateDevEnvironmentRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe user-specified alias for the Dev Environment.clientToken(String clientToken) A user-specified idempotency token.The system-generated unique ID of the Dev Environment.ides(Collection<IdeConfiguration> ides) Information about the integrated development environment (IDE) configured for a Dev Environment.ides(Consumer<IdeConfiguration.Builder>... ides) Information about the integrated development environment (IDE) configured for a Dev Environment.ides(IdeConfiguration... ides) Information about the integrated development environment (IDE) configured for a Dev Environment.inactivityTimeoutMinutes(Integer inactivityTimeoutMinutes) The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.instanceType(String instanceType) The Amazon EC2 instace type to use for the Dev Environment.instanceType(InstanceType instanceType) The Amazon EC2 instace type to use for the Dev Environment.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectName(String projectName) The name of the project in the space.The name of the space.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
spaceNameThe name of the space. - Parameters:
- spaceName- The name of the space.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectNameThe name of the project in the space. - Parameters:
- projectName- The name of the project in the space.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe system-generated unique ID of the Dev Environment. - Parameters:
- id- The system-generated unique ID of the Dev Environment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
aliasThe user-specified alias for the Dev Environment. Changing this value will not cause a restart. - Parameters:
- alias- The user-specified alias for the Dev Environment. Changing this value will not cause a restart.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idesInformation about the integrated development environment (IDE) configured for a Dev Environment. - Parameters:
- ides- Information about the integrated development environment (IDE) configured for a Dev Environment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idesInformation about the integrated development environment (IDE) configured for a Dev Environment. - Parameters:
- ides- Information about the integrated development environment (IDE) configured for a Dev Environment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idesInformation about the integrated development environment (IDE) configured for a Dev Environment. This is a convenience method that creates an instance of theIdeConfiguration.Builderavoiding the need to create one manually viaIdeConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toides(List<IdeConfiguration>).- Parameters:
- ides- a consumer that will call methods on- IdeConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
instanceTypeThe 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. - Parameters:
- 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
instanceTypeThe 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. - Parameters:
- 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
inactivityTimeoutMinutesThe 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. - Parameters:
- 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateDevEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateDevEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-