Class CreateRoleMembershipRequest

    • Method Detail

      • memberName

        public final String memberName()

        The name of the group that you want to add to the role.

        Returns:
        The name of the group that you want to add to the role.
      • awsAccountId

        public final String awsAccountId()

        The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.

        Returns:
        The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
      • namespace

        public final String namespace()

        The namespace that the role belongs to.

        Returns:
        The namespace that the role belongs to.
      • role

        public final Role role()

        The role that you want to add a group to.

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

        Returns:
        The role that you want to add a group to.
        See Also:
        Role
      • roleAsString

        public final String roleAsString()

        The role that you want to add a group to.

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

        Returns:
        The role that you want to add a group to.
        See Also:
        Role
      • 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