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 Details

    • 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

      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 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.

      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 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 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.

      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 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.