Interface UpdateEnvironmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,Cloud9Request.Builder,CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>,SdkBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEnvironmentRequest
public static interface UpdateEnvironmentRequest.Builder extends Cloud9Request.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEnvironmentRequest.Builderdescription(String description)Any new or replacement description for the environment.UpdateEnvironmentRequest.BuilderenvironmentId(String environmentId)The ID of the environment to change settings.UpdateEnvironmentRequest.BuildermanagedCredentialsAction(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.BuildermanagedCredentialsAction(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.Buildername(String name)A replacement name for the environment.UpdateEnvironmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloud9.model.Cloud9Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
environmentId
UpdateEnvironmentRequest.Builder environmentId(String environmentId)
The ID of the environment to change settings.
- Parameters:
environmentId- The ID of the environment to change settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateEnvironmentRequest.Builder name(String name)
A replacement name for the environment.
- Parameters:
name- A replacement name for the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateEnvironmentRequest.Builder description(String description)
Any new or replacement description for the environment.
- Parameters:
description- Any new or replacement description for the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedCredentialsAction
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
AccessDeniedExceptionis thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.- Parameters:
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
AccessDeniedExceptionis thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedCredentialsAction,ManagedCredentialsAction
-
-
managedCredentialsAction
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:
-
ENABLE -
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedExceptionis thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.- Parameters:
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
AccessDeniedExceptionis thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedCredentialsAction,ManagedCredentialsAction
-
-
overrideConfiguration
UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-