Class UpdateRoleCustomPermissionRequest

    • Method Detail

      • customPermissionsName

        public final String customPermissionsName()

        The name of the custom permission that you want to update the role with.

        Returns:
        The name of the custom permission that you want to update the role with.
      • role

        public final Role role()

        The name of role tht you want to update.

        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 name of role tht you want to update.
        See Also:
        Role
      • roleAsString

        public final String roleAsString()

        The name of role tht you want to update.

        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 name of role tht you want to update.
        See Also:
        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 contains the role that you want to update.

        Returns:
        The namespace that contains the role that you want to update.
      • 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