public static interface UpdateEnvironmentRequest.Builder extends Cloud9Request.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest.Builder |
description(String description)
Any new or replacement description for the environment.
|
UpdateEnvironmentRequest.Builder |
environmentId(String environmentId)
The ID of the environment to change settings.
|
UpdateEnvironmentRequest.Builder |
managedCredentialsAction(ManagedCredentialsAction managedCredentialsAction)
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for
an Cloud9 environment by using one of the following values:
|
UpdateEnvironmentRequest.Builder |
managedCredentialsAction(String managedCredentialsAction)
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for
an Cloud9 environment by using one of the following values:
|
UpdateEnvironmentRequest.Builder |
name(String name)
A replacement name for the environment.
|
UpdateEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentRequest.Builder environmentId(String environmentId)
The ID of the environment to change settings.
environmentId - The ID of the environment to change settings.UpdateEnvironmentRequest.Builder name(String name)
A replacement name for the environment.
name - A replacement name for the environment.UpdateEnvironmentRequest.Builder description(String description)
Any new or replacement description for the environment.
description - Any new or replacement description for the environment.UpdateEnvironmentRequest.Builder managedCredentialsAction(String managedCredentialsAction)
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary
credentials is made by an account that's not the environment owner.
managedCredentialsAction - Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary
credentials for an Cloud9 environment by using one of the following values:
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary
credentials is made by an account that's not the environment owner.
ManagedCredentialsAction,
ManagedCredentialsActionUpdateEnvironmentRequest.Builder managedCredentialsAction(ManagedCredentialsAction managedCredentialsAction)
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary
credentials is made by an account that's not the environment owner.
managedCredentialsAction - Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary
credentials for an Cloud9 environment by using one of the following values:
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary
credentials is made by an account that's not the environment owner.
ManagedCredentialsAction,
ManagedCredentialsActionUpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.