Class UpdateEnvironmentRequest

    • Method Detail

      • environmentId

        public final String environmentId()

        The ID of the environment to change settings.

        Returns:
        The ID of the environment to change settings.
      • name

        public final String name()

        A replacement name for the environment.

        Returns:
        A replacement name for the environment.
      • description

        public final String description()

        Any new or replacement description for the environment.

        Returns:
        Any new or replacement description for the environment.
      • managedCredentialsAction

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

        If the service returns an enum value that is not available in the current SDK version, managedCredentialsAction will return ManagedCredentialsAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from managedCredentialsActionAsString().

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

        See Also:
        ManagedCredentialsAction
      • managedCredentialsActionAsString

        public final String managedCredentialsActionAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, managedCredentialsAction will return ManagedCredentialsAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from managedCredentialsActionAsString().

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

        See Also:
        ManagedCredentialsAction
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object