Interface UpdateEnvironmentRequest.Builder

    • 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 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, 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 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, ManagedCredentialsAction