Class UpdateStudioRequest

    • Method Detail

      • adminRoleArn

        public final String adminRoleArn()

        The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.

        Returns:
        The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
      • displayName

        public final String displayName()

        A friendly name for the studio.

        Returns:
        A friendly name for the studio.
      • studioId

        public final String studioId()

        The studio ID.

        Returns:
        The studio ID.
      • userRoleArn

        public final String userRoleArn()

        The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.

        Returns:
        The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
      • 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