Class CreateGroupRequest

    • Method Detail

      • groupName

        public final String groupName()

        A name for the group that you want to create.

        Returns:
        A name for the group that you want to create.
      • description

        public final String description()

        A description for the group that you want to create.

        Returns:
        A description for the group that you want to create.
      • awsAccountId

        public final String awsAccountId()

        The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

        Returns:
        The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
      • namespace

        public final String namespace()

        The namespace that you want the group to be a part of.

        Returns:
        The namespace that you want the group to be a part of.
      • 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