Class UpdateEnvironmentMembershipRequest

    • Method Detail

      • environmentId

        public final String environmentId()

        The ID of the environment for the environment member whose settings you want to change.

        Returns:
        The ID of the environment for the environment member whose settings you want to change.
      • userArn

        public final String userArn()

        The Amazon Resource Name (ARN) of the environment member whose settings you want to change.

        Returns:
        The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
      • permissions

        public final MemberPermissions permissions()

        The replacement type of environment member permissions you want to associate with this environment member. Available values include:

        • read-only: Has read-only access to the environment.

        • read-write: Has read-write access to the environment.

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

        Returns:
        The replacement type of environment member permissions you want to associate with this environment member. Available values include:

        • read-only: Has read-only access to the environment.

        • read-write: Has read-write access to the environment.

        See Also:
        MemberPermissions
      • permissionsAsString

        public final String permissionsAsString()

        The replacement type of environment member permissions you want to associate with this environment member. Available values include:

        • read-only: Has read-only access to the environment.

        • read-write: Has read-write access to the environment.

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

        Returns:
        The replacement type of environment member permissions you want to associate with this environment member. Available values include:

        • read-only: Has read-only access to the environment.

        • read-write: Has read-write access to the environment.

        See Also:
        MemberPermissions
      • 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